diff options
Diffstat (limited to 'bin/templates/default_page_footer.mustache')
-rw-r--r-- | bin/templates/default_page_footer.mustache | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/templates/default_page_footer.mustache b/bin/templates/default_page_footer.mustache index 1a8c46c5..a2160d3e 100644 --- a/bin/templates/default_page_footer.mustache +++ b/bin/templates/default_page_footer.mustache @@ -1,7 +1,10 @@ <hr id="footer_separator" /> <p style="font-size:0.9em;"> <div id="page_footer"> - {{job_footer}} + {{#job_url}} + This page was built by the jenkins job <a href="{{job_url}}"> {{job_name}}</a> + which is configured via this <a href="https://anonscm.debian.org/git/qa/jenkins.debian.net.git/">git repo</a>. + {{/job_url}} 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> |