From 4be9adbae03590ff7413510c7aeae68854d6766b Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 2 Nov 2012 18:40:43 +0100 Subject: [PATCH] use wildcards in live_build.sh in case other profiles are included --- live_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' -- 2.39.5