From: Michael Tremer Date: Tue, 30 Sep 2008 15:58:42 +0000 (+0200) Subject: This is file doesn't belong to build.ipfire.org. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07eca87bee4e760fb921939071024fe90ea0c6d;p=ipfire.org.git This is file doesn't belong to build.ipfire.org. --- diff --git a/build/config.py b/build/config.py deleted file mode 100644 index 74064ef3..00000000 --- a/build/config.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/python - -import os -import time - -config = { - "title" : "IPFire - Builder", - "nightly_url" : "ftp://ftp.ipfire.org/pub/nightly-builds", - "path" : { "db" : "db", }, - "script" : os.environ['SCRIPT_NAME'], - "time" : time.ctime(), - "db_name" : "builder.db", -}