diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-10 16:30:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-10 16:30:23 +0200 |
commit | a9283f224ceecf74bb76d92e577cbba35d8964a0 (patch) | |
tree | 7225cf9c913bd2a9b94e766fd79fb200a02c655e /bin | |
parent | 4646e97940ac3aff5ae44be5a1e33b8e50901537 (diff) | |
download | jenkins.debian.net-a9283f224ceecf74bb76d92e577cbba35d8964a0.tar.xz |
reproducible debian: remove unneeded line
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_pkg_sets.sh | 1 |
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 |