From: Ansgar Burchardt Date: Sun, 27 Oct 2013 12:47:10 +0000 (+0100) Subject: dak/rm.py: allow closing bugs no matter which suite packages are removed from X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=ecd9fdf984952e1773d2671227aba22c13461110 dak/rm.py: allow closing bugs no matter which suite packages are removed from Closing bugs can make sense even when not removing the package from unstable, for example when removing a package from experimental that only was uploaded there and has no version in unstable. --- diff --git a/dak/rm.py b/dak/rm.py index 2f9091ee..688ea19b 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -167,8 +167,6 @@ def main (): if (Options["Do-Close"] and (Options["Binary"] or Options["Binary-Only"] or Options["Source-Only"])): utils.fubar("No.") - if Options["Do-Close"] and Options["Suite"] != 'unstable': - utils.fubar("No.") # Force the admin to tell someone if we're not doing a 'dak # cruft-report' inspired removal (or closing a bug, which counts