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 /bin/templates/project_links.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 'bin/templates/project_links.mustache')
-rw-r--r-- | bin/templates/project_links.mustache | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/templates/project_links.mustache b/bin/templates/project_links.mustache deleted file mode 100644 index b457982e..00000000 --- a/bin/templates/project_links.mustache +++ /dev/null @@ -1,17 +0,0 @@ -<ul class="reproducible-links new-menu children"> - <h4>Reproducible Builds Projects</h4> - <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> |