From: Jan Paul Tuecking Date: Mon, 7 Sep 2009 10:08:11 +0000 (+0200) Subject: removed http:// out of getfile.py X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b50b8c431a8ec38b1a2aa2b11fbc5746f3556e0;p=ipfire.org.git removed http:// out of getfile.py --- diff --git a/download/getfile.py b/download/getfile.py index 7aad0c5b..1bf7371c 100755 --- a/download/getfile.py +++ b/download/getfile.py @@ -18,7 +18,7 @@ hosts = ( ( 4, "http", "mirror3.ipfire.org", "/",), ( 4, "http", "mirror5.ipfire.org", "/",), (10, "http", "www.rowie.at", "/ipfire/",), - ( 8, "http", "http://l3s1111.zeus01.de/ipfire.earl-net.com", "/",), + ( 8, "http", "l3s1111.zeus01.de/ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.kbarthel.de", "/",), ( 8, "http", "ipfire.1l0v3u.com", "/",),