[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: improve formatting, kill a whitespace
Holger Levsen
holger at layer-acht.org
Tue May 17 10:02:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 835179182032b96e9949126dd7e01f5216eebfda
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue May 17 12:01:59 2016 +0200
reproducible debian: improve formatting, kill a whitespace
---
bin/reproducible_html_repository_comparison.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 4894839..2b25c13 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>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list