X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=886fb68948ab6d365b64976dd3ff6588cb82291e;hb=89304ce4ded069d3e818dcf427e8fc867cb8ab13;hp=5688e83f2b873fd3b77eab15b3a857c297375d91;hpb=83f868120d67c62349c628ee154885508bedc2b0;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 5688e83f..886fb689 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -191,10 +191,12 @@ def action(u): os.chdir(u.pkg.directory) u.do_reject(0, pi) elif answer == 'A': + u.pkg.add_known_changes( "Accepted" ) u.accept(summary, short_summary) u.check_override() u.remove() elif answer == queuekey: + u.pkg.add_known_changes( qu ) queue_info[qu]["process"](u, summary, short_summary) u.remove() elif answer == 'Q': @@ -497,7 +499,7 @@ def process_it(changes_file): u.check_distributions() u.check_files(not Options["No-Action"]) valid_dsc_p = u.check_dsc(not Options["No-Action"]) - if valid_dsc_p: + if valid_dsc_p and not Options["No-Action"]: u.check_source() u.check_lintian() u.check_hashes() @@ -507,7 +509,7 @@ def process_it(changes_file): action(u) - except SystemExit: + except (SystemExit, KeyboardInterrupt): raise except: