]> git.ipfire.org Git - ipfire.org.git/commitdiff
change nightly build link to rowie.at/upload/ipfire/builds
authorRonald Wiesinger <rowie@ipfire.org>
Thu, 16 Oct 2008 22:20:29 +0000 (00:20 +0200)
committerRonald Wiesinger <rowie@ipfire.org>
Thu, 16 Oct 2008 22:20:29 +0000 (00:20 +0200)
build/constants.py

index 49060a90ca2bfc404fe19fdeaa877019b90f1941..5e99fc7df1723296001cc54864e0f70333673f22 100644 (file)
@@ -24,7 +24,7 @@ import time
 
 config = {
        "title"       : "IPFire - Builder",
-       "nightly_url" : ("ftp://ftp.ipfire.org/pub/nightly-builds/", "http://www.rowie.at/ipfire/builds/",),
+       "nightly_url" : ("ftp://ftp.ipfire.org/pub/nightly-builds/", "http://www.rowie.at/upload/ipfire/builds/",),
        "path"        : { "db" : "db", },
        "script"      : os.environ['SCRIPT_NAME'],
        "db_name"     : "builder.db",