From: Michael Tremer Date: Thu, 11 Jun 2009 13:42:35 +0000 (+0200) Subject: Removed two offline servers and added mirror2.ipfire.org. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89fa8fa9156953a3c7a41959972fe611c783c2ea;p=ipfire.org.git Removed two offline servers and added mirror2.ipfire.org. --- diff --git a/download/getfile.py b/download/getfile.py index 61ac4c08..5edab622 100755 --- a/download/getfile.py +++ b/download/getfile.py @@ -14,14 +14,13 @@ error = open("error.log", "a") hosts = ( # PRIO SCHEME HOSTNAME PATH ( 2, "http", "mirror1.ipfire.org", "/",), + (10, "http", "mirror2.ipfire.org", "/",), ( 4, "http", "mirror3.ipfire.org", "/",), ( 4, "http", "mirror5.ipfire.org", "/",), (10, "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", "/",), ( 8, "http", "kraefte.org", "/ipfire",), )