From: Michael Tremer Date: Thu, 30 Apr 2009 08:55:43 +0000 (+0200) Subject: Redirect to http-source of the ftp-server for nightly builds. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b828a267c9c9de9a06eedfd6d2bd69f87af2707;p=ipfire.org.git Redirect to http-source of the ftp-server for nightly builds. --- diff --git a/build/constants.py b/build/constants.py index 33008ee1..846de0c9 100644 --- a/build/constants.py +++ b/build/constants.py @@ -30,7 +30,7 @@ POINTS_COMPILING = 8 config = { "title" : "IPFire - Builder", - "nightly_url" : ("ftp://ftp.ipfire.org/pub/nightly-builds/", "http://www.rowie.at/upload/ipfire/builds/",), + "nightly_url" : ("http://ftp.ipfire.org/pub/nightly-builds/", "http://www.rowie.at/upload/ipfire/builds/",), "path" : { "db" : "db", "log" : "error.log", }, "script" : os.environ['SCRIPT_NAME'], "db_name" : "builder.db",