[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] temporarily stop people during NEW processing



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/process_new.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dak/process_new.py b/dak/process_new.py
index 46c8546..e052af4 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()
 
-- 
1.6.3.3


Reply to: