]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
also upload profiles to PBB which have any add. profiles specified
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 14 Dec 2012 16:14:23 +0000 (17:14 +0100)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 14 Dec 2012 16:14:23 +0000 (17:14 +0100)
live_build.sh

index 6b6a4112962f31c60b101cd2682c4baf4671b7e8..c4b7e644eb0221c8460287815afe7b7e4eacc04c 100755 (executable)
@@ -37,7 +37,7 @@ case $LIVE_TYPE in
         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=*'
         ;;
-    pbb*|pre-staging*)
+    pbb*|pre-staging*|default,*)
         RSYNC_SRC="$BUILD_TARGET/"
         RSYNC_DST="livebuild@10.254.1.1/livebuild/"
         RSYNC_FILTER=''