summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 19:01:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 19:15:30 +0100
commit3ac2150e552a1f58caec4ce5efd184855d79114a (patch)
tree3d43d3e8b4dee78fd179b62e04313ff32e8821de /bin/reproducible_html_notes.py
parenta2cbf4e3400c8c56220b3b5143eb4090c1ca8d21 (diff)
downloadjenkins.debian.net-3ac2150e552a1f58caec4ce5efd184855d79114a.tar.xz
reproducible: more formal wording
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 917ccd97..64fee605 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