]> git.ipfire.org Git - ipfire.org.git/blobdiff - build/constants.py
[build] Added "jobs" and "log".
[ipfire.org.git] / build / constants.py
index 5e99fc7df1723296001cc54864e0f70333673f22..3c55dd15586d1a502b8f4d8dcc0d9e91bbe00eb8 100644 (file)
@@ -25,7 +25,7 @@ import time
 config = {
        "title"       : "IPFire - Builder",
        "nightly_url" : ("ftp://ftp.ipfire.org/pub/nightly-builds/", "http://www.rowie.at/upload/ipfire/builds/",),
-       "path"        : { "db" : "db", },
+       "path"        : { "db" : "db", "log" : "error.log", },
        "script"      : os.environ['SCRIPT_NAME'],
        "db_name"     : "builder.db",
 }
@@ -47,5 +47,5 @@ state2style = {
        None        : "",
        "compiling" : "background: #8C8; border: 1px solid #0e0;",
        "error"     : "background: #c33; border: 1px solid #e00;",
-       "idle"      : "height: 60px; background: #ddd; border: 1px solid #eee;",
+       "idle"      : "background: #ddd; border: 1px solid #eee;",
 }