mirror of https://github.com/apache/maven.git
Add checksum check
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@429136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c056b5ae9
commit
519a33677a
|
@ -47,7 +47,7 @@ for f in `find conf -iname "*.sh"`
|
|||
rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --ignore-existing $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $BASEDIR/$TO
|
||||
|
||||
# check for changed files
|
||||
rsync -n --exclude=**/maven-metadata.xml* --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt --existing $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $BASEDIR/$TO >> $CHANGED_LOG
|
||||
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
|
||||
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue