]> git.ipfire.org Git - ipfire.org.git/commitdiff
Added a new mirror: ipfire.wintertech.de
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Aug 2008 19:15:00 +0000 (21:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Aug 2008 19:15:00 +0000 (21:15 +0200)
download/getfile.py

index a5e24c313d5526be4287400633b232bca638528b..04b81f1bad76c2a5eb0e90c13f7973ed15599f50 100644 (file)
@@ -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):