From a06e4b87cdc3585a9a962ed5b25d659e5caaea82 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Thu, 20 Dec 2012 14:51:25 +0100 Subject: [PATCH] also include profile in livebuild rsync that have additional profiles used --- live_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_build.sh b/live_build.sh index c4b7e64..88bf362 100755 --- a/live_build.sh +++ b/live_build.sh @@ -35,7 +35,7 @@ case $LIVE_TYPE in default|staging) RSYNC_SRC="$RSYNC_BASE/" 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=*' + RSYNC_FILTER='--include=default** --include=staging-** --exclude=*' ;; pbb*|pre-staging*|default,*) RSYNC_SRC="$BUILD_TARGET/" -- 2.39.5