summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-17 12:01:59 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-17 12:01:59 +0200
commit835179182032b96e9949126dd7e01f5216eebfda (patch)
treec199940483a3a96d1082d5e9e2fc55cc24251745 /bin/reproducible_html_repository_comparison.sh
parentfa0e91b2638d1b945550088e90a788adbe898bc8 (diff)
downloadjenkins.debian.net-835179182032b96e9949126dd7e01f5216eebfda.tar.xz
reproducible debian: improve formatting, kill a whitespace
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 48948391..2b25c137 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -182,15 +182,15 @@ for PKG in $SOURCEPKGS ; do
fi
else
write_row "<a href=\"$URL\">$GIT</a>"
- write_row "<br />(<span class=\"green\">merged</span>"
+ local MERGEINFO=""
if $OBSOLETE_IN_TESTING ; then
- write_row "and available in testing and unstable"
+ MERGEINFO=" and available in testing and unstable"
elif $OBSOLETE_IN_SID ; then
- write_row "and available in unstable"
+ MERGEINFO=" and available in unstable"
elif $OBSOLETE_IN_EXP ; then
- write_row "and available in experimental"
+ MERGEINFO=" and available in experimental"
fi
- write_row ")"
+ write_row "<br />(<span class=\"green\">merged</span>$MERGEINFO)"
fi
else
write_row "<a href=\"$URL\">$GIT</a>"