X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=dak%2Fprocess_new.py;h=e052af49a1909ee1d7f249251dffab4afa9d3be2;hb=2d5e7e7802cc20d2b7dde5c4e468d507352afaed;hp=46c8546db4b81c3a4ffb394e272e04e1677c2c1e;hpb=b2b983bf21df6bc13f5b073f26722269610ef2cb;p=dak.git 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()