[Qa-jenkins-scm] [jenkins.debian.net] 08/10: reproducible: more formal wording
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 19:03:03 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 3ac2150e552a1f58caec4ce5efd184855d79114a
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 19:01:24 2015 +0100
reproducible: more formal wording
---
bin/reproducible_html_notes.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 917ccd9..64fee60 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -319,7 +319,7 @@ def iterate_over_notes(notes):
noheader=True)
desturl = REPRODUCIBLE_URL + NOTES_URI + '/' + package + '_note.html'
- log.info("you can now see your notes at " + desturl)
+ log.info("Note created: " + desturl)
i = i + 1
@@ -337,7 +337,7 @@ def iterate_over_issues(issues):
style_note=True)
desturl = REPRODUCIBLE_URL + ISSUES_URI + '/' + issue + '_issue.html'
- log.info("you can now see the issue at " + desturl)
+ log.info("Issue created: " + desturl)
i = i + 1
--
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