summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-02-15 10:20:09 +0000
committerChris Lamb <lamby@debian.org>2015-02-15 10:26:00 +0000
commit800695ca0282658d5b6d93a9dcdd2021f0bafa98 (patch)
tree8c0247e47bcd4795b9aaecf65fa31c89a66486da /bin/reproducible_html_packages.py
parentc3301b67ea308e34cff8d01539a27ee4b15d48c9 (diff)
downloadjenkins.debian.net-800695ca0282658d5b6d93a9dcdd2021f0bafa98.tar.xz
Save some pixels by using faux shell expansion syntax
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 65f1279a..28767e0d 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -24,8 +24,8 @@ $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/debian/changelog" target="main">debian/changelog</a>
- <a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">debian/rules</a>
+ debian/{<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>}
</td>
<td>
${bugs_links}