[Reproducible-commits] [misc] 02/02: clean-notes: just remove archived bugs automatically, there is a reason they are archived, if a bug is still needed most probably is another bug that needs to be opened

Mattia Rizzolo mattia at mapreri.org
Tue Sep 22 09:20:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch master
in repository misc.

commit 80828e629f4071c8372517b85029c9f1667b9ca3
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Sep 22 09:20:01 2015 +0000

    clean-notes: just remove archived bugs automatically, there is a reason they are archived, if a bug is still needed most probably is another bug that needs to be opened
---
 clean-notes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clean-notes b/clean-notes
index 5a8738e..2f5e44b 100755
--- a/clean-notes
+++ b/clean-notes
@@ -359,6 +359,7 @@ def detect_archived_bugs(notes):
                     log.warning(
                         'https://bugs.debian.org/%s in %s/%s is archived',
                         bug, RB_SITE, pkg)
+                    notes[pkg]['bugs'].remove(bug)
         except KeyError:
             pass
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list