X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_policy.py;h=2890c8615403b4017710e711194de46f7cda7f7b;hb=77097495634fdd3df4ecf79c73529d15c4acdb06;hp=7dd55a8300d3020b21bffa25597b76ad5a85604d;hpb=2a0aae5ffea0cca4b9581c2d3afcc2752bbd04c9;p=dak.git diff --git a/dak/process_policy.py b/dak/process_policy.py index 7dd55a83..2890c861 100755 --- a/dak/process_policy.py +++ b/dak/process_policy.py @@ -419,9 +419,9 @@ def main(): # The comments stuff relies on being in the right directory os.chdir(pq.path) + do_comments(commentsdir, pq, "REJECT.", "REJECTED.", "NOTOK", comment_reject, transaction) do_comments(commentsdir, pq, "ACCEPT.", "ACCEPTED.", "OK", comment_accept, transaction) do_comments(commentsdir, pq, "ACCEPTED.", "ACCEPTED.", "OK", comment_accept, transaction) - do_comments(commentsdir, pq, "REJECT.", "REJECTED.", "NOTOK", comment_reject, transaction) remove_unreferenced_binaries(pq, transaction) remove_unreferenced_sources(pq, transaction)