X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=e052af49a1909ee1d7f249251dffab4afa9d3be2;hb=67b6abb95803ccd67d999f5f0174310776927534;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()