From b297cb19f3f572a5fc92cc8db451d1213ee885bb Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 14 Dec 2012 17:14:23 +0100 Subject: [PATCH] also upload profiles to PBB which have any add. profiles specified --- live_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' -- 2.39.5