]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
Increase timeout on ubuntu-archive
authorVictor Vasiliev <vasilvv@mit.edu>
Sun, 3 Nov 2013 06:58:34 +0000 (01:58 -0500)
committerVictor Vasiliev <vasilvv@mit.edu>
Sun, 3 Nov 2013 06:58:34 +0000 (01:58 -0500)
Currently, it times out in the middle of rsync. This should hopefully
fix the issue.

fetch-scripts/ubuntu-archive

index 25f2933de68d63a9f5d7cb1d60e4161fabfa4bbd..3170c2419c7066970ed7061d302e2390ef0606bc 100644 (file)
@@ -6,13 +6,13 @@ BASEDIR=${MIRRORDIR}/ubuntu
 
 rsync --recursive --times --links --hard-links \
       --stats \
-      --verbose \
+      --verbose --timeout=600 \
       --exclude "Packages*" --exclude "Sources*" \
       --exclude "Release*" \
       ${RSYNCSOURCE} ${BASEDIR}
 
 rsync --recursive --times --links --hard-links \
       --stats --delete --delete-after \
-      --verbose \
+      --verbose --timeout=600 \
       --exclude "project/trace/${HOSTNAME}" \
       ${RSYNCSOURCE} ${BASEDIR}