From a07eca87bee4e760fb921939071024fe90ea0c6d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Sep 2008 17:58:42 +0200 Subject: [PATCH] This is file doesn't belong to build.ipfire.org. --- build/config.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 build/config.py 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", -} -- 2.47.3