diff options
-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 |