[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: notes: enable the automatic clean up of old issue pages
Holger Levsen
holger at moszumanska.debian.org
Sat Jul 4 10:47:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6161fccd1b27fdf610454a36b9de5687731002e8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Jul 4 10:41:47 2015 +0000
reproducible: notes: enable the automatic clean up of old issue pages
---
bin/reproducible_html_notes.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 5776c3d..5d2d2c4 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -338,8 +338,7 @@ def purge_old_issues(issues):
sys.exit(1)
if issue not in issues:
log.warning('removing ' + '/'.join([root, file]) + '...')
- #os.remove('/'.join([root, file]))
- log.warning('\t not removing for real now, please enable this')
+ os.remove('/'.join([root, file]))
def iterate_over_notes(notes):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list