[SCM] root-system: CERN's ROOT Data Analysis Framework branch, master, updated. upstream/5.34.00_rc1-38-g67fc005

Lifeng Sun lifongsun at gmail.com
Mon Jun 25 06:30:27 UTC 2012


The following commit has been merged in the master branch:
commit 67fc005d2d880f41fe1fc09cd15c64a3c39182a1
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Mon Jun 25 14:29:26 2012 +0800

    ttf-root-installer: extend DNS lookup and connect timeout to 20s in postinst.

diff --git a/debian/skel/ttf-root-installer.postinst.in b/debian/skel/ttf-root-installer.postinst.in
index 37ca07d..74663c4 100644
--- a/debian/skel/ttf-root-installer.postinst.in
+++ b/debian/skel/ttf-root-installer.postinst.in
@@ -20,8 +20,8 @@ case "$1" in
 	    cd $tmpdir
 	    if test -z $LOCALCOPY ; then
 	    	# We need to download the tar-ball 
-		wget --continue --tries=1 --dns-timeout=10 \
-		    --connect-timeout=5 --read-timeout=300 -q \
+		wget --continue --tries=1 --dns-timeout=20 \
+		    --connect-timeout=20 --read-timeout=300 -q \
 		    --directory-prefix . -c \
 		    http://root.cern.ch/download/ttf/$archive
 	    else

-- 
root-system: CERN's ROOT Data Analysis Framework



More information about the debian-science-commits mailing list