diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-04 19:37:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-04 19:37:34 +0100 |
commit | 7217f26d12593c07cb7ec51df02f5489f5d77e1f (patch) | |
tree | 3590a343cf5409dd411d8b11f40c67796bfd833b | |
parent | 2e19ddc8987ddc038191482b51eec8adb6d88a84 (diff) | |
download | jenkins.debian.net-7217f26d12593c07cb7ec51df02f5489f5d77e1f.tar.xz |
reproducible: link to tracker.debian.org instead to the old PTS, but keep the link title 'PTS', at least for now
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index ef5fac9b..e3a6e18c 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -20,7 +20,7 @@ html_package_page = Template((tab*2).join((""" </a> <span style="font-size:0.9em;">at $build_time:</span> $links - <a href="https://packages.qa.debian.org/$package" target="main">PTS</a> + <a href="https://tracker.debian.org/$package" target="main">PTS</a> <a href="https://bugs.debian.org/src:$package" target="main">BTS</a> <a href="https://sources.debian.net/src/$package/" target="main">sources</a> <a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">debian/rules</a> |