]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
also include profile in livebuild rsync that have additional profiles used
authorMathias Klette <mathias.klette@profitbricks.com>
Thu, 20 Dec 2012 13:51:25 +0000 (14:51 +0100)
committerMathias Klette <mathias.klette@profitbricks.com>
Thu, 20 Dec 2012 13:51:25 +0000 (14:51 +0100)
live_build.sh

index c4b7e644eb0221c8460287815afe7b7e4eacc04c..88bf36212cf15f2e8a329cb4868e883d283b09ff 100755 (executable)
@@ -35,7 +35,7 @@ case $LIVE_TYPE in
     default|staging)
         RSYNC_SRC="$RSYNC_BASE/"
         RSYNC_DST="livebuild@10.1.1.1/livebuild/"      # mgmt1 will transfer this further, see mgmt1:/etc/rsyncd.conf
-        RSYNC_FILTER='--include=default-** --include=staging-** --exclude=*'
+        RSYNC_FILTER='--include=default** --include=staging-** --exclude=*'
         ;;
     pbb*|pre-staging*|default,*)
         RSYNC_SRC="$BUILD_TARGET/"