]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: quiet rsync
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 18 Nov 2015 18:55:01 +0000 (16:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 18 Nov 2015 18:55:01 +0000 (16:55 -0200)
lib/hydra/deploy

index 70af4394d63687490d2a2c08e1ed5e8ca7572770..5c288a5ccac884d515646c59a7e551d6cf4e43d2 100644 (file)
@@ -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