summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-27 14:59:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-27 14:59:50 +0200
commit281dd23c23758235fb5486760e3734f2cd0cf100 (patch)
treea2424144b7299f800ce34c9243a402dfcfd9d18c /bin/reproducible_common.sh
parentccfeeb46e1e4be67e82511bf2e034b9dd5fd5d5f (diff)
downloadjenkins.debian.net-281dd23c23758235fb5486760e3734f2cd0cf100.tar.xz
reproducible: link to FreeBSD results in the dashboard
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 6397a6c5..cc6df857 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -184,7 +184,9 @@ write_page_header() {
if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then
write_page "<p>Join <code>#debian-reproducible</code> on OFTC"
write_page " or <a href="mailto:reproducible-builds@lists.alioth.debian.org">send us an email</a>"
- write_page " to get support for making sure your packages build reproducibly too. Also, we care about free software in general, so if you are an upstream developer or working on another distribution, we'd love to hear from you! Just now we've started to programatically test <a href=\"/coreboot/\">coreboot</a>, <a href=\"/openwrt/\">OpenWrt</a> and <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_netbsd\">NetBSD</a> - and there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> and <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_freebsd\">FreeBSD</a> soon too."
+ write_page " to get support for making sure your packages build reproducibly too. Also, we care about free software in general,"
+ write_page " so if you are an upstream developer or working on another distribution, we'd love to hear from you!"
+ write_page " Besides Debian we are also testing <a href=\"/coreboot/\">coreboot</a>, <a href=\"/openwrt/\">OpenWrt</a>, <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_netbsd\">NetBSD</a> and <a href=\"/freebsd/\">FreeBSD</a> now, though not as thoroughly as Debian (yet?) - and there are plans to also test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> soon."
write_page "</p>"
fi
write_page "<nav><ul><li>Have a look at:</li>"