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:
Carlos Sanchez Gonzalez 2006-06-25 02:38:08 +00:00
parent 9469111274
commit 663cfcbdf8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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