aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/install
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-23 20:37:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-23 20:37:45 -0300
commitfd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1 (patch)
treee2fe08d6d2d79b40e415373ed770932d3783753f /share/hydra/install
parente2ebab8ff267604c65157e6a7c9765541bdf8adb (diff)
downloadhydra-fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1.tar.gz
hydra-fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1.tar.bz2
Install: copy git history
Diffstat (limited to 'share/hydra/install')
-rwxr-xr-xshare/hydra/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/install b/share/hydra/install
index b16cf02..a639db3 100755
--- a/share/hydra/install
+++ b/share/hydra/install
@@ -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 #####