From: Mathias Klette Date: Fri, 2 Nov 2012 17:40:43 +0000 (+0100) Subject: use wildcards in live_build.sh in case other profiles are included X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4be9adbae03590ff7413510c7aeae68854d6766b;p=profitbricks%2Fjenkins-build-scripts.git use wildcards in live_build.sh in case other profiles are included --- diff --git a/live_build.sh b/live_build.sh index 6570cad..8c3f6f3 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*) RSYNC_SRC="$BUILD_TARGET/" RSYNC_DST="livebuild@10.254.1.1/livebuild/" RSYNC_FILTER=''