summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-10 16:30:23 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-10 16:30:23 +0200
commita9283f224ceecf74bb76d92e577cbba35d8964a0 (patch)
tree7225cf9c913bd2a9b94e766fd79fb200a02c655e /bin
parent4646e97940ac3aff5ae44be5a1e33b8e50901537 (diff)
downloadjenkins.debian.net-a9283f224ceecf74bb76d92e577cbba35d8964a0.tar.xz
reproducible debian: remove unneeded line
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_pkg_sets.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 72849a28..dd161f4b 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -111,7 +111,6 @@ create_pkg_sets_navigation() {
LABEL="Reproducibility status for packages in $SUITE/$ARCH from '${META_PKGSET[$i]}'"
write_page "<li>"
write_page "<a href=\"/debian/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"$CLASS>${META_PKGSET[$i]}</a>"
- write_page "<span>img</span>"
write_page "<a href=\"/debian/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"><img src=\"/debian/$SUITE/$ARCH/$THUMB\" class=\"setview\" alt=\"$LABEL\" title=\"${META_PKGSET[$i]}\" name=\"${META_PKGSET[$i]}\"></a>"
write_page "</li>"
fi