You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/01/27 03:36:30 UTC

svn commit: r737982 - in /maven/repository-tools/trunk/src/bin: crontab.txt synchronize-central-to-exist.sh synchronize-inbound.sh

Author: brianf
Date: Tue Jan 27 02:36:29 2009
New Revision: 737982

URL: http://svn.apache.org/viewvc?rev=737982&view=rev
Log:
dos2uniz

Modified:
    maven/repository-tools/trunk/src/bin/crontab.txt
    maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh
    maven/repository-tools/trunk/src/bin/synchronize-inbound.sh

Modified: maven/repository-tools/trunk/src/bin/crontab.txt
URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/crontab.txt?rev=737982&r1=737981&r2=737982&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/crontab.txt (original)
+++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Jan 27 02:36:29 2009
@@ -16,6 +16,5 @@
 5  1 * * * cd $HOME/bin; ./synchronize-central-to-ibiblio.sh $HOME/bin/synchronize.properties
 # run reports
 34 2  * * * cd $HOME/reports; ./run.sh
-#run the index at 7:22 on friday to help smooth the load over the weekend and
-#avoid the monday rush
-22 19 * * 5 cd $HOME/ide-indexer; ./indexer.sh
+#run on sat morning after all the syncs
+22 3 * * 6 cd $HOME/ide-indexer; ./indexer.sh

Modified: maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh
URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh?rev=737982&r1=737981&r2=737982&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh (original)
+++ maven/repository-tools/trunk/src/bin/synchronize-central-to-exist.sh Tue Jan 27 02:36:29 2009
@@ -6,4 +6,4 @@
 
 echo ">>>>>>>>>>>>>>>>>> Syncing Maven 2.x repository to Exist"
 
-rsync -e $HOME/bin/cmd-for-rssh.sh --filter='- **/.svn/**' --filter='P .index/**' --filter='P **/*.asc' --filter='P **/*.md5' --filter='P **/*.sha1' --delete -v -z -riplt $MAVEN2_REPO/ $EXIST_USERNAME@$EXIST_SYNC_HOST:$M2_EXIST_SYNC_DIR
+rsync -e $HOME/bin/cmd-for-rssh.sh --filter='- **/.svn' --filter='P .index/**' --filter='P **/*.asc' --filter='P **/*.md5' --filter='P **/*.sha1' --delete -v -z -riplt $MAVEN2_REPO/ $EXIST_USERNAME@$EXIST_SYNC_HOST:$M2_EXIST_SYNC_DIR

Modified: 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=737982&r1=737981&r2=737982&view=diff
==============================================================================
--- maven/repository-tools/trunk/src/bin/synchronize-inbound.sh (original)
+++ maven/repository-tools/trunk/src/bin/synchronize-inbound.sh Tue Jan 27 02:36:29 2009
@@ -1,5 +1,5 @@
-#!/bin/bash
-cd /home/maven/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
+#!/bin/bash
+cd /home/maven/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