diff options
author | Daniel Shahaf <danielsh@apache.org> | 2017-01-03 18:18:14 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-03 19:22:51 +0100 |
commit | 73f2f626d97c8269805870bb91005eedb35f21ca (patch) | |
tree | 8c2f5ccd1b561d7eada4a329550535db9a3a5929 | |
parent | 473aecfd978c63610ad4a6f17be238a80bb7d43e (diff) | |
download | jenkins.debian.net-73f2f626d97c8269805870bb91005eedb35f21ca.tar.xz |
reproducible Debian: mention the new j.d.o pseudopackage in the footer.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/common-functions.sh | 1 | ||||
-rw-r--r-- | mustache-templates/reproducible/default_page_footer.mustache | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index d98f35db..c8226320 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -84,6 +84,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then echo "has been called using \"$@\" as arguments." echo echo "Please send technical feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org," + echo "or as a bug against the 'jenkins.debian.org' pseudo-package," echo "feedback about specific jobs result should go to their respective lists and/or the BTS." echo echo "====================================================================================" diff --git a/mustache-templates/reproducible/default_page_footer.mustache b/mustache-templates/reproducible/default_page_footer.mustache index 5c056fa8..df8624c2 100644 --- a/mustache-templates/reproducible/default_page_footer.mustache +++ b/mustache-templates/reproducible/default_page_footer.mustache @@ -9,7 +9,9 @@ <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. - <br /> Please send technical feedback about jenkins to <a href="mailto:qa-jenkins-dev@lists.alioth.debian.org">the Debian jenkins development list</a>, feedback about specific job results should go to their respective lists and/or the BTS. + <br /> Please send technical feedback about jenkins to <a href="mailto:qa-jenkins-dev@lists.alioth.debian.org">the Debian jenkins development list</a>, + or as a <a href="https://www.debian.org/Bugs/Reporting">bug report against the <tt>jenkins.debian.org</tt> package</a>. + feedback about specific job results should go to their respective lists and/or the BTS. <br /> The code of <a href="https://anonscm.debian.org/git/qa/jenkins.debian.net.git/">jenkins.debian.net.git</a> is mostly GPL-2 licensed. The weather icons are public domain and have been taken from the |