X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_policy.py;h=ab37aa2216b3282fcfeb4657d36944b89b32b3fc;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=8966dd6a209b6ec45c3c49a81cfbbc20b44191e2;hpb=519c1dbf89c13557afc15a429164616ac563d379;p=dak.git diff --git a/dak/process_policy.py b/dak/process_policy.py index 8966dd6a..ab37aa22 100755 --- a/dak/process_policy.py +++ b/dak/process_policy.py @@ -213,6 +213,8 @@ def comment_accept(upload, srcqueue, comments, transaction): extra_archives=[upload.target_suite.archive], ) + suite.update_last_changed() + # Copy .changes if needed if upload.target_suite.copychanges: src = os.path.join(upload.policy_queue.path, upload.changes.changesname)