From 9b828a267c9c9de9a06eedfd6d2bd69f87af2707 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Apr 2009 10:55:43 +0200 Subject: [PATCH] Redirect to http-source of the ftp-server for nightly builds. --- build/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3