summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-17 11:47:06 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-17 11:47:06 +0200
commitfa0e91b2638d1b945550088e90a788adbe898bc8 (patch)
tree09d4ab80ac3f6b3c652d88b24c7e9f46246d4788 /bin/reproducible_html_repository_comparison.sh
parent7d723eb89513d74b53f82939455d41b51dd04cac (diff)
downloadjenkins.debian.net-fa0e91b2638d1b945550088e90a788adbe898bc8.tar.xz
reproducible debian: fix formatting
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 194a777d..48948391 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -184,12 +184,13 @@ for PKG in $SOURCEPKGS ; do
write_row "<a href=\"$URL\">$GIT</a>"
write_row "<br />(<span class=\"green\">merged</span>"
if $OBSOLETE_IN_TESTING ; then
- write_row "and available in testing and unstable)"
+ write_row "and available in testing and unstable"
elif $OBSOLETE_IN_SID ; then
- write_row "and available in unstable)"
+ write_row "and available in unstable"
elif $OBSOLETE_IN_EXP ; then
- write_row "and available in experimental)"
+ write_row "and available in experimental"
fi
+ write_row ")"
fi
else
write_row "<a href=\"$URL\">$GIT</a>"