]> git.ipfire.org Git - ipfire.org.git/commitdiff
This is file doesn't belong to build.ipfire.org.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2008 15:58:42 +0000 (17:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2008 15:58:42 +0000 (17:58 +0200)
build/config.py [deleted file]

diff --git a/build/config.py b/build/config.py
deleted file mode 100644 (file)
index 74064ef..0000000
+++ /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",
-}