mirror of https://github.com/apache/maven.git
Change path
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f207c7b4d
commit
bed7cd0b63
|
@ -25,6 +25,6 @@ cd $HOME/repository-staging/to-ibiblio/maven2
|
|||
|
||||
# ideally we would use --ignore-existing but we need to copy the metadata files
|
||||
|
||||
CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
|
||||
CMD="rsync --exclude-from=$HOME/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
|
||||
echo "Syncing $FROM -> $TO"
|
||||
$CMD
|
||||
|
|
Loading…
Reference in New Issue