summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-07 14:36:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-07 14:36:56 +0200
commit76246808e76ac5449a51520385c8da09cdf42939 (patch)
treecc8cd1c0f7df199ec4371fcd37bff1c98b207f76 /bin/reproducible_common.sh
parenta813a6f122905e422155a02ee4d3b2d63ad5143c (diff)
downloadjenkins.debian.net-76246808e76ac5449a51520385c8da09cdf42939.tar.xz
reproducible coreboot: more polishing for coreboot.html
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ee30e835..b175f93c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -244,8 +244,11 @@ write_page_header() {
}
write_page_footer() {
- write_page "<hr/><p style=\"font-size:0.9em;\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a> and others, GPL2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.</p>"
- write_page "</body></html>"
+ write_page "<hr/><p style=\"font-size:0.9em;\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a> and others, GPL2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>."
+ if [ "$1" = "coreboot" ] ; then
+ write_page "The <a href=\"http://www.coreboot.org\">Coreboot</a> logo is Copyright © 2008 by Konsult Stuge and coresystems GmbH and can be freely used to refer to the Coreboot project."
+ fi
+ write_page "</p></body></html>"
}
write_page_meta_sign() {