[Piuparts-devel] [Git][debian/piuparts][develop] 2 commits: Drop references to "PTS" and use "tracker.d.o" instead.
Holger Levsen
gitlab at salsa.debian.org
Wed Oct 17 23:07:18 BST 2018
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
fe1af608 by Holger Levsen at 2018-10-17T21:59:23Z
Drop references to "PTS" and use "tracker.d.o" instead.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
a465237b by Holger Levsen at 2018-10-17T22:06:53Z
Add link to piuparts source package pages from known problem pages.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- debian/changelog
- htdocs/news.tpl
- piuparts-report.py
Changes:
=====================================
debian/changelog
=====================================
@@ -35,6 +35,8 @@ piuparts (0.93) UNRELEASED; urgency=medium
exists since 2005 (even though that FQDN is younger).
- Move suite "by uploaders" and "by source packages" links further up in
navigation menu. Improve structure and headings in navigation menu.
+ - Drop references to "PTS" and use "tracker.d.o" instead.
+ - Add link to piuparts source package pages from known problem pages.
- Minor cleanups.
* Use the new debhelper-compat(=11) notation and drop d/compat.
* CONTRIBUTING: explain never to directly push to the develop nor master
=====================================
htdocs/news.tpl
=====================================
@@ -4,6 +4,12 @@
News
</td>
</tr>
+ <tr class="normalrow">
+ <td class="contentcell2">
+ <b>2018-10-19</b>: Three and a half years after stopping linking to packages.qa.debian.org(which was called <em>PTS</em>) we finally drop all references to the PTS and use <em>tracker.d.o</em> instead.
+ </td>
+ </tr>
+ </tr>
<tr class="normalrow">
<td class="contentcell2">
<b>2018-08-28</b>: Enable the logrotate test (temporarily) again, to check whether <a href="https://bugs.debian.org/582630" target="_blank">#582630</a> really has been fixed...
=====================================
piuparts-report.py
=====================================
@@ -206,7 +206,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
</tr>
<tr class="normalrow">
<td class="contentcell">
- <a href="https://tracker.debian.org" target="_blank">Debian Package Tracker (former: PTS)</a>
+ <a href="https://tracker.debian.org" target="_blank">Debian Package Tracker</a>
</td>
<tr class="normalrow">
<td class="contentcell">
@@ -371,7 +371,8 @@ $PACKAGE_LIST</ul>
PKG_ERROR_TPL = \
"""<li>$RDEPS - <a href=\"$LOG\">$LOG</a>$ARCH
- (<a href=\"https://tracker.debian.org/pkg/$SPKG\" target=\"_blank\">PTS</a>)
+ (<a href=\"https://piuparts.debian.org/$SECTION/source/$SSUBDIR/$SPKG.html\" target=\"_blank\">piuparts.d.o</a>)
+ (<a href=\"https://tracker.debian.org/pkg/$SPKG\" target=\"_blank\">tracker.d.o</a>)
(<a href=\"https://bugs.debian.org/$PACKAGE?dist=unstable\" target=\"_blank\">BTS</a>)
$BUG</li>
"""
@@ -1720,7 +1721,9 @@ def dwke_update_tpl(section, problem, failures, ftpl, ptpl, pkgsdb, srcdb):
'BUG': get_bug_text(log),
'RDEPS': rdep_cnt,
'SPKG': src_pkg,
- })
+ 'SSUBDIR': source_subdir(src_pkg),
+ 'SECTION': section,
+ })
if len(pkg_text):
return populate_tpl(ptpl, {
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/2c4212ff32eb7afab262d7223e9d1b949b3a4cac...a465237bbec9ffd78f99546b35dcc1d616ed24a1
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/2c4212ff32eb7afab262d7223e9d1b949b3a4cac...a465237bbec9ffd78f99546b35dcc1d616ed24a1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20181017/925f4419/attachment-0001.html>
More information about the Piuparts-devel
mailing list