You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/11/25 16:41:44 UTC

svn commit: r720512 - /maven/repository-tools/trunk/src/bin/crontab.txt

Author: jvanzyl
Date: Tue Nov 25 07:41:44 2008
New Revision: 720512

URL: http://svn.apache.org/viewvc?rev=720512&view=rev
Log:
make a timestamp to show the last sync complete time, so we can check accuracy of mirrors

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=720512&r1=720511&r2=720512&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/crontab.txt (original)
+++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Nov 25 07:41:44 2008
@@ -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
+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
 # 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