]> git.donarmstrong.com Git - dak.git/commitdiff
temporarily stop people during NEW processing
authorMark Hymers <mhy@debian.org>
Sun, 1 Nov 2009 10:17:33 +0000 (10:17 +0000)
committerMark Hymers <mhy@debian.org>
Sun, 1 Nov 2009 10:17:33 +0000 (10:17 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/process_new.py

index 46c8546db4b81c3a4ffb394e272e04e1677c2c1e..e052af49a1909ee1d7f249251dffab4afa9d3be2 100755 (executable)
@@ -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()