From 6ab353bab6d44a4530d7b8766c85e46763ae32f8 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 1 Nov 2009 10:17:33 +0000 Subject: [PATCH] temporarily stop people during NEW processing Signed-off-by: Mark Hymers --- dak/process_new.py | 4 ++++ 1 file changed, 4 insertions(+) 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() -- 2.39.2