From a1197c58c900e03242779c9726b2b20ce84a6e52 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Dec 2015 20:18:28 +0100 Subject: reproducible footer: always link to $JOB_URL --- bin/reproducible_common.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index e2ee0aa2..649da217 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -328,7 +328,13 @@ write_page_intro() { } write_page_footer() { - 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 "

" + if [ -n "$JOB_URL" ] ; then + write_page "This page was built by the jenkins job" + 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." 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 @@ -340,7 +346,8 @@ write_page_footer() { elif [ "$1" = "fedora-23" ] ; then write_page "FIXME: add fedora copyright+trademark disclaimers here." fi - write_page "

" + write_page "

" + write_page "" } write_page_meta_sign() { -- cgit v1.2.3-54-g00ecf