[Qa-jenkins-scm] [jenkins.debian.net] 03/06: reproducible: html_notes: quiet down the output
Holger Levsen
holger at moszumanska.debian.org
Sun Mar 29 20:59:20 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 4f16fda1bd66cbff8eea2a33ec72484825c9a55a
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sun Mar 29 17:38:36 2015 +0200
reproducible: html_notes: quiet down the output
---
bin/reproducible_html_notes.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 2ecad66..5046e83 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -340,8 +340,9 @@ def iterate_over_notes(notes):
noheader=True)
desturl = REPRODUCIBLE_URL + NOTES_URI + '/' + package + '_note.html'
- log.info("Note created: " + desturl)
+ log.debug("Note created: " + desturl)
i = i + 1
+ log.info('Created ' + str(i) + ' note pages.')
def iterate_over_issues(issues):
@@ -359,8 +360,9 @@ def iterate_over_issues(issues):
style_note=True)
desturl = REPRODUCIBLE_URL + ISSUES_URI + '/' + suite + '/' + issue + '_issue.html'
- log.info("Issue created: " + desturl)
+ log.debug("Issue created: " + desturl)
i = i + 1
+ log.info('Created ' + str(i) + ' issue pages for ' + suite)
def sort_issues(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