From 928ccefc9d7f8cb88cf7de2501ecfd6cc3c1de05 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Tue, 17 Oct 2006 21:20:40 +0000 Subject: [PATCH] Use new location of exclusions file git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@465059 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh b/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh index 7bbd43284..4dd654a96 100755 --- a/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh +++ b/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh @@ -47,13 +47,13 @@ for f in `find conf -iname "*.sh"` # check for changed files if [ "$1" == "check" ]; then - rsync -n --exclude=**/maven-metadata.xml* --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --existing $RSYNC_OPTS -Lrtivzc "$RSYNC_SSH" $FROM $BASEDIR/$TO >> $CHANGED_LOG + rsync -n --exclude=**/maven-metadata.xml* --exclude-from=$HOME/components/maven-meeper/src/bin/synchronize/syncopate/exclusions.txt --existing $RSYNC_OPTS -Lrtivzc "$RSYNC_SSH" $FROM $BASEDIR/$TO >> $CHANGED_LOG else echo "Syncing $FROM -> $TO" - rsync --include=*/ --include=**/maven-metadata.xml* --exclude=* --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt $RSYNC_OPTS -Lrtivz "$RSYNC_SSH" $FROM $BASEDIR/$TO - rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --ignore-existing $RSYNC_OPTS -Lrtivz "$RSYNC_SSH" $FROM $BASEDIR/$TO + rsync --include=*/ --include=**/maven-metadata.xml* --exclude=* --exclude-from=$HOME/components/maven-meeper/src/bin/synchronize/syncopate/exclusions.txt $RSYNC_OPTS -Lrtivz "$RSYNC_SSH" $FROM $BASEDIR/$TO + rsync --exclude-from=$HOME/components/maven-meeper/src/bin/synchronize/syncopate/exclusions.txt --ignore-existing $RSYNC_OPTS -Lrtivz "$RSYNC_SSH" $FROM $BASEDIR/$TO fi -- 2.39.5