From: Michael Tremer Date: Sat, 16 Aug 2008 19:15:00 +0000 (+0200) Subject: Added a new mirror: ipfire.wintertech.de X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad76ddff6262505551608e834b6e864ebe088c1;p=ipfire.org.git Added a new mirror: ipfire.wintertech.de --- diff --git a/download/getfile.py b/download/getfile.py index a5e24c31..04b81f1b 100644 --- a/download/getfile.py +++ b/download/getfile.py @@ -11,13 +11,14 @@ debug = None #open("debug.log", "a") hosts = ( # PRIO SCHEME HOSTNAME PATH - ( 2, "http", "mirror1.ipfire.org", "/",), - ( 4, "http", "mirror2.ipfire.org", "/",), - ( 8, "http", "www.rowie.at", "/ipfire/",), - ( 8, "http", "ipfire.earl-net.com", "/",), - ( 8, "http", "ipfire.kbarthel.de", "/",), - ( 8, "http", "ipfire.1l0v3u.com", "/",), - ( 4, "http", "hex2.sv-altikon.ch", "/ipfire/",), + ( 2, "http", "mirror1.ipfire.org", "/",), + ( 4, "http", "mirror2.ipfire.org", "/",), + ( 8, "http", "www.rowie.at", "/ipfire/",), + ( 8, "http", "ipfire.earl-net.com", "/",), + ( 8, "http", "ipfire.kbarthel.de", "/",), + ( 8, "http", "ipfire.1l0v3u.com", "/",), + ( 4, "http", "hex2.sv-altikon.ch", "/ipfire/",), + ( 8, "http", "ipfire.wintertech.de", "/",), ) def rnd(servers):