X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=c3b5d2011c0306d4f551b6ed1bcc4336e7c7e25a;hb=b21637628cd8a4b4ac060efc6396ff966ddfe8a8;hp=4a4cfd6b341d35f1f4e07e4425d2d30349eb9aeb;hpb=9bac51669faa98711afc601788ef0354205863b1;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 4a4cfd6b..c3b5d201 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -36,6 +36,8 @@ import daklib.queue import daklib.utils from types import * +from syck import * + ################################################################################ @@ -1522,6 +1524,8 @@ def process_it (changes_file): check_urgency() check_timestamps() check_signed_by_key() + if changes["architecture"].has_key("source"): + daklib.queue.check_transition(changes["source"]) Upload.update_subst(reject_message) action() except SystemExit: