From 1132d08b55f51c130963ab481a3af53372891630 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Dec 2015 22:14:10 +0100 Subject: reproducible footer: add some line breaks --- bin/reproducible_common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 649da217..34c682b2 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -334,7 +334,10 @@ write_page_footer() { write_page "$(basename $JOB_URL) which is configured" write_page "via this git repo." fi - write_page "There is more information about jenkins.debian.net and about reproducible builds of Debian available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 Holger Levsen and many others. The code of jenkins.debian.net.git is mostly GPL2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library." + write_page "There is more information about jenkins.debian.net and about reproducible builds of Debian available elsewhere." + write_page "
Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 Holger Levsen and many others." + write_page "The code of jenkins.debian.net.git is mostly GPL2 licensed. The weather icons are public domain and have been taken from the Tango Icon Library." + write_page "
" if [ "$1" = "coreboot" ] ; then write_page "The Coreboot logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can be freely used to refer to the Coreboot project." elif [ "$1" = "NetBSD" ] ; then -- cgit v1.2.3-54-g00ecf