X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=886fb68948ab6d365b64976dd3ff6588cb82291e;hb=f0d2550d84696caafb8e850aec533108f792ff41;hp=5463f1a6521a7219332614396359719b13aca514;hpb=d0779ef69d429a210405002f252067806ddfa6f2;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 5463f1a6..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': @@ -507,7 +509,7 @@ def process_it(changes_file): action(u) - except SystemExit: + except (SystemExit, KeyboardInterrupt): raise except: