From: Mark Hymers Date: Sun, 1 Nov 2009 10:17:33 +0000 (+0000) Subject: temporarily stop people during NEW processing X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6ab353bab6d44a4530d7b8766c85e46763ae32f8;p=dak.git temporarily stop people during NEW processing Signed-off-by: Mark Hymers --- diff --git a/dak/process_new.py b/dak/process_new.py index 46c8546d..e052af49 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -898,6 +898,10 @@ def end(): def main(): global Options, Logger, Sections, Priorities + print "NO NEW PROCESSING CURRENTLY AVAILABLE" + print "(Go and do something more interesting)" + sys.exit(0) + cnf = Config() session = DBConn().session()