From: Michael Tremer Date: Wed, 7 Jan 2009 21:04:07 +0000 (+0100) Subject: Fixed prio of rowie.at. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf550d555eae7c7b62c168d6ab83d1d03ae7c96d;p=ipfire.org.git Fixed prio of rowie.at. --- diff --git a/download/getfile.py b/download/getfile.py index 167db7da..aaddd861 100755 --- a/download/getfile.py +++ b/download/getfile.py @@ -16,7 +16,7 @@ hosts = ( ( 2, "http", "mirror1.ipfire.org", "/",), ( 4, "http", "mirror2.ipfire.org", "/",), ( 4, "http", "mirror5.ipfire.org", "/",), - ( 2, "http", "www.rowie.at", "/ipfire/",), + (10, "http", "www.rowie.at", "/ipfire/",), ( 8, "http", "ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.kbarthel.de", "/",), ( 8, "http", "ipfire.1l0v3u.com", "/",),