]> git.decadent.org.uk Git - dak.git/commitdiff
abort curl if rate falls below 5bytes/sec
authorRyan Murray <rmurray@debian.org>
Tue, 27 Jan 2004 07:17:26 +0000 (07:17 +0000)
committerRyan Murray <rmurray@debian.org>
Tue, 27 Jan 2004 07:17:26 +0000 (07:17 +0000)
wanna-build/trigger.daily

index af7537415657b9c23bab18c516ada6a22004e0cb..30ae0428e6f3021f7e583598e854482491290a28 100755 (executable)
@@ -17,7 +17,7 @@ ARCHS_testing="$ARCHS_stable"
 ARCHS_unstable="$ARCHS_testing hurd-i386 sh"
 TMPDIR="/org/wanna-build/tmp"
 WGETOPT="-q -t2 -w0 -T60"
-CURLOPT="-q -s -S -f -K /org/wanna-build/trigger.curlrc"
+CURLOPT="-q -s -S -f -y 5 -K /org/wanna-build/trigger.curlrc"
 LOCKFILE="/org/wanna-build/tmp/DB_Maintenance_In_Progress"
 
 DAY=`date +%w`