mirror of https://github.com/apache/maven.git
Readd chceksum flag to identify changed files
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
128ae8e0e5
commit
49fe3f24e7
|
@ -35,4 +35,4 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Syncing $FROM -> $TO"
|
echo "Syncing $FROM -> $TO"
|
||||||
rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $TO
|
rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt $RSYNC_OPTS -Lcrtivz $RSYNC_SSH $FROM $TO
|
||||||
|
|
Loading…
Reference in New Issue