From: Anthony Towns Date: Tue, 28 Aug 2007 06:49:15 +0000 (+1000) Subject: * process_new.py: When rejecting from the p-u-new or o-p-u-new X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=58cd46c9f56afc7f245788f553fc78d076f166c6;p=dak.git * process_new.py: When rejecting from the p-u-new or o-p-u-new holding queues, don't worry if dak has its own reasons for rejecting the package as well as the SRMs. --- diff --git a/ChangeLog b/ChangeLog index 469a418c..6da92759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * examine_package.py: Summarise duplicate copyright file entries (same md5sum) with a reference to the previous instance, rather than repeating them. + * process_new.py: When rejecting from the p-u-new or o-p-u-new + holding queues, don't worry if dak has its own reasons for + rejecting the package as well as the SRMs. 2007-06-19 Anthony Towns diff --git a/dak/process_new.py b/dak/process_new.py index 8d9ecd60..8518398d 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -970,7 +970,7 @@ def comment_accept(changes_file, comments): files = Upload.pkg.files if not recheck(): - return + return # dak wants to REJECT, crap (new, byhand) = check_status(files) if not new and not byhand: @@ -986,7 +986,7 @@ def comment_reject(changes_file, comments): files = Upload.pkg.files if not recheck(): - return + pass # dak has its own reasons to reject as well, which is fine reject(comments) print "REJECT\n" + reject_message,