summaryrefslogtreecommitdiff
path: root/share
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
parente2ebab8ff267604c65157e6a7c9765541bdf8adb (diff)
downloadhydra-fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1.tar.gz
hydra-fd9ee5ef727a47a5518ba518dc7c5a99d5ebf4e1.tar.bz2
Install: copy git history
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/install2
-rwxr-xr-xshare/hydractl/provision2
2 files changed, 2 insertions, 2 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 #####
diff --git a/share/hydractl/provision b/share/hydractl/provision
index 844debb..d1a2cce 100755
--- a/share/hydractl/provision
+++ b/share/hydractl/provision
@@ -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