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

Lifeng Sun lifongsun at gmail.com
Sun Jun 24 13:56:50 UTC 2012


The following commit has been merged in the master branch:
commit 0f08d2ae20bd89567f71dd08b710d767eaaf2fef
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Jun 24 21:55:25 2012 +0800

    ttf-root-installer: download files from web instead of ftp.
    
    See #678807.

diff --git a/debian/skel/ttf-root-installer.postinst.in b/debian/skel/ttf-root-installer.postinst.in
index 9a21d48..37ca07d 100644
--- a/debian/skel/ttf-root-installer.postinst.in
+++ b/debian/skel/ttf-root-installer.postinst.in
@@ -23,7 +23,7 @@ case "$1" in
 		wget --continue --tries=1 --dns-timeout=10 \
 		    --connect-timeout=5 --read-timeout=300 -q \
 		    --directory-prefix . -c \
-		    ftp://root.cern.ch/root/ttf/$archive 
+		    http://root.cern.ch/download/ttf/$archive
 	    else
 	        # Have the tar-ball already 
 		cp $LOCALCOPY/$archive . 

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



More information about the debian-science-commits mailing list