mirror of https://github.com/apache/maven.git
Removed --ignore-existing to allow maven-metadata changes to be copied
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@391385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc048ca9cc
commit
df10b7e556
|
@ -13,6 +13,6 @@ else
|
|||
fi
|
||||
|
||||
cd $HOME/repository-staging/to-ibiblio/maven2
|
||||
CMD="rsync --ignore-existing --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
|
||||
CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
|
||||
echo "Syncing $FROM -> $TO"
|
||||
$CMD
|
||||
|
|
Loading…
Reference in New Issue