diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-28 21:29:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-28 21:29:25 +0200 |
commit | 9874c219412e9a9186530d9d4cf398b1d401f8d7 (patch) | |
tree | 11569b90edb0060b52563392224a22cbf330fd65 /bin | |
parent | ab4c89c29325bfd716339972dbb6d665cd44d5ad (diff) | |
download | jenkins.debian.net-9874c219412e9a9186530d9d4cf398b1d401f8d7.tar.xz |
reproducible: convert link target to lowercase
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 077aef4d..5e514f2d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -186,7 +186,7 @@ write_page_header() { 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," 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=\"netbsd\">NetBSD</a> and <a href=\"/freebsd/\">FreeBSD</a> now, though not as thoroughly as Debian (yet?) - and there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_Fedora\">Fedora</a> too." + write_page " Besides Debian we are also testing <a href=\"/coreboot/\">coreboot</a>, <a href=\"/openwrt/\">OpenWrt</a>, <a href=\"netbsd\">NetBSD</a> and <a href=\"/freebsd/\">FreeBSD</a> now, though not as thoroughly as Debian (yet?) - and there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> too." write_page " As we think that reproducible builds should become the norm, we have started to write <a href=\"/howto\">How to make your software reproducible</a>. As always we appreciate feedback on this document, just please don't consider it to be finished, comprehensive or correct yet.</p>" fi write_page "<nav><ul><li>Have a look at:</li>" |