]> git.ipfire.org Git - ipfire.org.git/commitdiff
Redirect to http-source of the ftp-server for nightly builds.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:55:43 +0000 (10:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:55:43 +0000 (10:55 +0200)
build/constants.py

index 33008ee1abbfd960668db5f3b7908bda7b1c591e..846de0c981846b2fc020bee69b83f75c57e0ca7f 100644 (file)
@@ -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",