You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/06/25 04:38:09 UTC

svn commit: r416978 - in /maven/components/trunk/maven-meeper/src/bin: m2-sync/m2-sync.sh syncopate/syncopate.conf

Author: carlos
Date: Sat Jun 24 19:38:08 2006
New Revision: 416978

URL: http://svn.apache.org/viewvc?rev=416978&view=rev
Log:
Deleted repository-tools folder, point scripts to new place

Modified:
    maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh
    maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf

Modified: maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh?rev=416978&r1=416977&r2=416978&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh Sat Jun 24 19:38:08 2006
@@ -25,6 +25,6 @@
 
 # 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

Modified: maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf?rev=416978&r1=416977&r2=416978&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf (original)
+++ maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf Sat Jun 24 19:38:08 2006
@@ -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