diff options
author | Jérémy Bobbio <lunar@debian.org> | 2015-04-26 10:14:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-26 11:44:39 +0200 |
commit | 3ba178bbb83ba5a347eb680191d03d6380d43f4f (patch) | |
tree | ccf011cb6959dc80411cb920b228e2dee2d6267b | |
parent | cb500a7860cc5cef9ea8b74ca00d4ab405b78ebd (diff) | |
download | jenkins.debian.net-3ba178bbb83ba5a347eb680191d03d6380d43f4f.tar.xz |
Make the 'sources' link land to the version we are looking at
-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 a5b35d17..cae5e2ca 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -24,7 +24,7 @@ $status $links <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/" target="main">sources</a> <a href="https://sources.debian.net/src/$package/$version/debian/" target="main">debian</a>/<!-- -->{<a href="https://sources.debian.net/src/$package/$version/debian/changelog" target="main">changelog</a>,<!-- --><a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">rules</a>} |