X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=8518398d37fc46f77fbc48fcdffd3ef89b22d694;hb=dca650055f023509bf797c760c11e01f03d894bb;hp=8d9ecd60b44bc554a0d5e9b925fcea2c1485f503;hpb=f9d94e9465179b9a7f83559c846d25fcd4df131f;p=dak.git 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,