mirror of https://github.com/apache/maven.git
Deleted repository-tools folder, point scripts to new place
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@416978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9469111274
commit
663cfcbdf8
|
@ -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/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
|
||||
CMD="rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
|
||||
echo "Syncing $FROM -> $TO"
|
||||
$CMD
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[syncopate]
|
||||
repoDirectory=/home/maven/repository-staging/to-ibiblio/maven
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/maven/repository-tools/syncopate/exclusions.txt
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt
|
||||
rsyncUser=rsync
|
||||
|
||||
reportUrl=http://test.maven.codehaus.org/reports/syncopate
|
||||
|
|
Loading…
Reference in New Issue