[Piuparts-commits] [piuparts] 01/01: piuparts-reports.py: drop .html suffix from tracker links, alwys use /pkg/ prefix - Thanks to Andreas Beckmann for spotting this

Holger Levsen holger at moszumanska.debian.org
Sat Feb 7 14:07:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 94fe4b13122215f9d1c4957926113a7c89fe5400
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Feb 7 15:07:17 2015 +0100

    piuparts-reports.py: drop .html suffix from tracker links, alwys use /pkg/ prefix - Thanks to Andreas Beckmann for spotting this
---
 piuparts-report.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/piuparts-report.py b/piuparts-report.py
index dea452e..68e4359 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -239,7 +239,7 @@ HTML_FOOTER = """
  <hr>
  <div id="footer">
   <div>
-   <a href="https://tracker.debian.org/piuparts" target="_blank">piuparts</a>
+   <a href="https://tracker.debian.org/pkg/piuparts" target="_blank">piuparts</a>
    is GPL2 <a href="https://packages.debian.org/changelogs/pool/main/p/piuparts/current/copyright" target="_blank">licenced</a>
    and was written by <a href="mailto:liw at iki.fi">Lars Wirzenius</a> and is now maintained by
    <a href="mailto:holger at layer-acht.org">Holger Levsen</a> and
@@ -368,7 +368,7 @@ $PACKAGE_LIST</ul>
 
 PKG_ERROR_TPL = \
 """<li>$RDEPS - <a href=\"$LOG\">$LOG</a>
-    (<a href=\"https://tracker.debian.org/pkg/$SPKG.html\" target=\"_blank\">PTS</a>)
+    (<a href=\"https://tracker.debian.org/pkg/$SPKG\" target=\"_blank\">PTS</a>)
     (<a href=\"https://bugs.debian.org/$PACKAGE?dist=unstable\" target=\"_blank\">BTS</a>)
 $BUG</li>
 """

-- 
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