diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-06-29 16:45:30 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-05 17:24:56 +0200 |
commit | 4ffa9b55eab852ad174732c3357efe97dcea0fcc (patch) | |
tree | ff2a637cee51c685c94451723d3b5c4947632d8c /bin/templates/project_links.mustache | |
parent | 4cd9250228ad1d17f6ce01a517e8897902c96bb4 (diff) | |
download | jenkins.debian.net-4ffa9b55eab852ad174732c3357efe97dcea0fcc.tar.xz |
reproducible debian: add template for project links in left navigation
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/project_links.mustache')
-rw-r--r-- | bin/templates/project_links.mustache | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/templates/project_links.mustache b/bin/templates/project_links.mustache new file mode 100644 index 00000000..e5cbf077 --- /dev/null +++ b/bin/templates/project_links.mustache @@ -0,0 +1,17 @@ +<ul class="reproducible-links"> + <li>Reproducible Builds projects links + <ul class="children"><li> + <a href="https://Reproducible-builds.org">Reproducible-builds.org</a><br /> + Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br /> + Reproducible Debian - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br /> + Reproducible builds <a href="https://reproducible.alioth.debian.org/blog/">weekly news</a><br /> + <a href="https://reproducible-builds.org/specs/source-date-epoch/">SOURCE_DATE_EPOCH specification</a><br /> + </li><li> + Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Arch Linux</a> / + <a href="https://tests.reproducible-builds.org/coreboot/">coreboot</a> / + <a href="https://tests.reproducible-builds.org/fedora/">Fedora</a> / + <a href="https://tests.reproducible-builds.org/freebsd/">FreeBSD</a> / + <a href="https://tests.reproducible-builds.org/netbsd/">NetBSD</a> / + <a href="https://tests.reproducible-builds.org/openwrt/">OpenWrt</a> + </li></ul></li> +</ul> |