[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible: fix "Created $count issue pages for $suite" counter
Holger Levsen
holger at moszumanska.debian.org
Sun Jun 14 16:04:19 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 b60f21fe94aed956919985635d563bb6ec648acf
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Sun Jun 14 16:39:46 2015 +0200
reproducible: fix "Created $count issue pages for $suite" counter
---
bin/reproducible_html_notes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index d6f9d5d..51a0c99 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -347,8 +347,8 @@ def iterate_over_notes(notes):
def iterate_over_issues(issues):
num_issues = str(len(issues))
- i = 0
for suite in SUITES:
+ i = 0
for issue in sorted(issues):
log.debug('iterating over issues in ' + suite +'... ' + str(i) + '/' + num_issues)
log.debug('\t' + str(issue))
--
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