]> gitweb.fluxo.info Git - hydra.git/commitdiff
Install: copy git history
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Sep 2015 23:37:45 +0000 (20:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Sep 2015 23:37:45 +0000 (20:37 -0300)
share/hydra/install
share/hydractl/provision

index b16cf0211cabdf657a15f6ef2cecb237cacdf567..a639db37bb666826bb7d6ed5a253f1c1ce5b9678 100755 (executable)
@@ -38,7 +38,7 @@ for node in $NODES; do
   echo "Installing to $node..."
 
   # Rsync version
-  rsync -CrltDv --no-perms --exclude=keys --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/hydra/
+  rsync -rltDv --no-perms --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/hydra/
 
   $HYDRA_CONNECT $node <<EOF
   ##### BEGIN REMOTE SCRIPT #####
index 844debbff28ace8d70dacb636955417873a42572..d1a2cce8884c08cfd553f71b6570f9e83238752b 100755 (executable)
@@ -132,7 +132,7 @@ if [ ! -z "$1" ]; then
     echo "Using configuration from $APP_BASE/share/config/provision/$1.conf..."
     source "$1.conf"
   else
-    echo "File not found: $1"
+    echo "Profile not found: $1"
     exit 1
   fi
 fi