[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add more spacing also in other places
Holger Levsen
holger at layer-acht.org
Sat May 21 21:12:41 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 6a7f98cd26ed39a7ebce9ff49e809b36a691e8eb
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Sat May 21 21:21:21 2016 +0200
reproducible debian: add more spacing also in other places
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index a07a92a..4e8a471 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -254,7 +254,7 @@ write_page_header() {
if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$ARCH" ] ; then
CLASS=" class=\"active\""
fi
- write_page " <a href=\"/$SUITE/index_suite_${i}_stats.html\"$CLASS>$i</a>"
+ write_page " <a href=\"/$SUITE/index_suite_${i}_stats.html\"$CLASS>$i</a> "
CLASS=""
done
write_page "</li>"
@@ -264,7 +264,7 @@ write_page_header() {
if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$SUITE" ] ; then
CLASS=" class=\"active\""
fi
- write_page " <a href=\"/$i/index_suite_${ARCH}_stats.html\"$CLASS>$i</a>"
+ write_page " <a href=\"/$i/index_suite_${ARCH}_stats.html\"$CLASS>$i</a> "
CLASS=""
done
write_page "</li>"
--
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