X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=e052af49a1909ee1d7f249251dffab4afa9d3be2;hb=67b6abb95803ccd67d999f5f0174310776927534;hp=f89e40c8ad667ef7fa00a23292c35234340eb823;hpb=bf38dcbe75f32f221887eeda8fce0e81e64db115;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index f89e40c8..e052af49 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -832,7 +832,7 @@ def do_accept(upload): if cnf.FindB("Dinstall::SecurityQueueHandling"): upload.dump_vars(cnf["Dir::Queue::Embargoed"]) - upload.move_to_queue(get_queue('embargoed')) + upload.move_to_queue(get_policy_queue('embargoed')) upload.queue_build("embargoed", cnf["Dir::Queue::Embargoed"]) # Check for override disparities upload.Subst["__SUMMARY__"] = summary @@ -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()