]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- changes from dfadm itself
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 8 Dec 2010 19:55:08 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:17 +0000 (22:58 +0000)
Changed files:
    run-ff.sh -> 1.7
    run-rh.sh -> 1.7

run-ff.sh
run-rh.sh

index 87467a5056bf5612308ed79b6b6a84c74c38820a..584deb83081d9ffc45bd5312d6ad4f0333ed2edd 100644 (file)
--- a/run-ff.sh
+++ b/run-ff.sh
@@ -2,8 +2,8 @@
 # $Id$
 # script to be run from crontab
 
-MAX_SESSIONS=10
-START_AT_ONCE=50
+MAX_SESSIONS=4
+START_AT_ONCE=20
 WORK_DIR=~/distfiles
 
 cd $WORK_DIR || exit 1
@@ -13,7 +13,7 @@ for i in $(seq 1 $START_AT_ONCE) ; do
     exit 0
   fi
   nice -n 20 perl ./file-fetcher.pl
-  sleep 1
+  sleep 3
 done
 
 # vim: ts=2:sw=2:et
index 233edae40dba32a7d4b0113c1b201cbc4e47d83c..4777dfa1654f7b8b902dbc700b903c92a120f9ab 100644 (file)
--- a/run-rh.sh
+++ b/run-rh.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $Id$
 
-export CVSROOT=":pserver:builder@cvs.pld-linux.org:/cvsroot"
+export CVSROOT=":pserver:cvs@cvs.pld-linux.org:/cvsroot"
 cd ~/distfiles || exit 1
 nice -n 20 perl ./request-handler.pl
 
This page took 0.029922 seconds and 4 git commands to generate.