From: Mathias Klette Date: Fri, 14 Dec 2012 16:14:23 +0000 (+0100) Subject: also upload profiles to PBB which have any add. profiles specified X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=b297cb19f3f572a5fc92cc8db451d1213ee885bb;p=profitbricks%2Fjenkins-build-scripts.git also upload profiles to PBB which have any add. profiles specified --- diff --git a/live_build.sh b/live_build.sh index 6b6a411..c4b7e64 100755 --- a/live_build.sh +++ b/live_build.sh @@ -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=''