diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-26 14:28:34 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:06:25 -0400 |
commit | a7683ad505585be4902f4d55931eaa89c47344aa (patch) | |
tree | 7a61d2e86cabe5d178d0c40ebc2838e56817417b /mustache-templates/reproducible/default_page_footer.mustache | |
parent | 1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (diff) | |
download | jenkins.debian.net-a7683ad505585be4902f4d55931eaa89c47344aa.tar.xz |
reproducible debian: move mustache template directory out of bin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible/default_page_footer.mustache')
-rw-r--r-- | mustache-templates/reproducible/default_page_footer.mustache | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/default_page_footer.mustache b/mustache-templates/reproducible/default_page_footer.mustache new file mode 100644 index 00000000..5e97493b --- /dev/null +++ b/mustache-templates/reproducible/default_page_footer.mustache @@ -0,0 +1,19 @@ +<hr id="footer_separator" /> +<p style="font-size:0.9em;"> + <div id="page_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> + available elsewhere. + <br /> Copyright 2014-2016 <a href="mailto:holger@layer-acht.org">Holger Levsen</a> + and <a href="https://jenkins.debian.net//userContent/thanks.html">many others</a>. + 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 + <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank> Tango Icon Library</a>. + <br /> Last update: {{date}} + </div> +</p> |