From d584f6d086c02ee796c8ba9f1a7afc30422b3601 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 18 Nov 2015 16:55:01 -0200 Subject: Deploy: quiet rsync --- lib/hydra/deploy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/hydra/deploy') diff --git a/lib/hydra/deploy b/lib/hydra/deploy index 70af439..5c288a5 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -5,8 +5,8 @@ function hydra_deploy_setup { # Common parameters # Exclude eventual keys and version control files DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders" - DEPLOY_RSYNC="rsync -CrltDvp --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path" - RSYNC_PATH="rsync" + DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path" + RSYNC_PATH="rsync -q" COPY_PATH="" if [ "$1" == "remote" ]; then @@ -18,7 +18,7 @@ function hydra_deploy_setup { FQDN="`$DEPLOY_COMMAND cat /etc/hostname`" DEPLOY_OPTS="$HYDRA_FOLDER/puppet/ $NODE:/etc/puppet/" DEPLOY_DEST="$FQDN:" - RSYNC_PATH="sudo rsync" + RSYNC_PATH="sudo rsync -q" COPY_PATH="$RSYNC_PATH" hydra_deploy_set_manifest else -- cgit v1.2.3