I changed the crontab, the sync was not having place cd $HOME/bin/synchronize/synchronize-inbound
On Mon, Jan 26, 2009 at 6:25 PM, <bri...@apache.org> wrote: > Author: brianf > Date: Tue Jan 27 02:25:34 2009 > New Revision: 737976 > > URL: http://svn.apache.org/viewvc?rev=737976&view=rev > Log: > pull inbound sync into a separate script > > Added: > maven/repository-tools/trunk/src/bin/synchronize-inbound.sh > Modified: > maven/repository-tools/trunk/src/bin/crontab.txt > > Modified: maven/repository-tools/trunk/src/bin/crontab.txt > URL: > http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/crontab.txt?rev=737976&r1=737975&r2=737976&view=diff > ============================================================================== > --- maven/repository-tools/trunk/src/bin/crontab.txt (original) > +++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Jan 27 02:25:34 2009 > @@ -7,7 +7,7 @@ > # sync rewrite rules to m1 repo at ibiblio > 51 19 * * * cd $HOME/bin; ./synchronize-rewrite-rules-to-ibiblio.sh > $HOME/bin/synchronize.properties > # sync m2 repos > -16 17 * * * cd $HOME/bin/synchronize/m2-sync; svn up sync.csv; > /opt/java/sdk/current/bin/java -jar > maven-meeper-1-SNAPSHOT-jar-with-dependencies.jar sync.properties sync.csv; > date > /home/maven/repository-staging/to-ibiblio/maven2/last_updated.txt > +16 17 * * * cd $HOME/bin/synchronize/synchronize-inbound > # sync central to cica.es mirror > 30 21 * * * cd $HOME/bin; ./synchronize-central-to-cica.sh > $HOME/bin/synchronize.properties > # sync central to repo.exist.com mirror > > Added: maven/repository-tools/trunk/src/bin/synchronize-inbound.sh > URL: > http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/synchronize-inbound.sh?rev=737976&view=auto > ============================================================================== > --- maven/repository-tools/trunk/src/bin/synchronize-inbound.sh (added) > +++ maven/repository-tools/trunk/src/bin/synchronize-inbound.sh Tue Jan 27 > 02:25:34 2009 > @@ -0,0 +1,5 @@ > +#!/bin/sh > +cd $HOME/bin/synchronize/m2-sync > +svn up sync.csv > +/opt/java/sdk/current/bin/java -jar > maven-meeper-1-SNAPSHOT-jar-with-dependencies.jar sync.properties sync.csv > +date > /home/maven/repository-staging/to-ibiblio/maven2/last_updated.txt > \ No newline at end of file > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org