From 58cd46c9f56afc7f245788f553fc78d076f166c6 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Tue, 28 Aug 2007 16:49:15 +1000 Subject: [PATCH] * 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. --- ChangeLog | 3 +++ dak/process_new.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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, -- 2.39.2