[Piuparts-commits] [piuparts] 02/02: * piuparts-report: Add "contact us" link. * piuparts.py: Explain at the very beginning of the generated log that contact information is part of the FAQ.
Holger Levsen
holger at alioth.debian.org
Thu Oct 3 09:57:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 006fc965e573399160370531e5803f528b5e4465
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 3 11:57:39 2013 +0200
* piuparts-report: Add "contact us" link.
* piuparts.py: Explain at the very beginning of the generated log that
contact information is part of the FAQ.
---
debian/changelog | 5 ++++-
piuparts-report.py | 5 +++++
piuparts.py | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ee6aef7..ccb1730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
piuparts (0.55) UNRELEASED; urgency=low
[ Ivo De Decker ]
- * piuparts-reports: Add sources.yaml and section.yaml exports.
+ * piuparts-report.py: Add sources.yaml and section.yaml exports.
[ Holger Levsen ]
* Add file CONTRIBUTING, thanks to Vincent McIntyre for it! (Closes: #721348)
+ * piuparts-report: Add "contact us" link.
+ * piuparts.py: Explain at the very beginning of the generated log that
+ contact information is part of the FAQ.
[ Andreas Beckmann ]
* Add bug templates for wheezy.
diff --git a/piuparts-report.py b/piuparts-report.py
index 91851e7..bb12561 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -115,6 +115,11 @@ HTML_HEADER = """
piuparts <a href="http://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
</td>
</tr>
+ <tr class="normalrow">
+ <td class="contentcell">
+ <a href="mailto:piuparts-devel at lists.alioth.debian.org" target="_blank">Contact us</a>
+ </td>
+ </tr>
<tr class="titlerow">
<td class="titlecell">
Documentation
diff --git a/piuparts.py b/piuparts.py
index 175ccc1..618502e 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -3040,6 +3040,7 @@ def main():
logging.info("-" * 78)
logging.info("To quickly glance what went wrong, scroll down to the bottom of this logfile.")
logging.info("FAQ available at http://wiki.debian.org/piuparts/FAQ")
+ logging.info("The FAQ also explains how to contact us in case you think piuparts is wrong.")
logging.info("-" * 78)
logging.info("piuparts version %s starting up." % VERSION)
logging.info("Command line arguments: '%s'" % "' '".join(sys.argv))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list