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


Reply via email to