diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-14 15:27:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-14 15:27:04 +0100 |
commit | 65b4d0a46c210c402535034bad233d46bb380c8f (patch) | |
tree | 718f93fa8c8f2d8fd9260d1a610b3d9aa7ab965f | |
parent | 595fcec95f004504ef0db8fb9f162b8d3e2bec79 (diff) | |
download | jenkins.debian.net-65b4d0a46c210c402535034bad233d46bb380c8f.tar.xz |
reproducible dashboard: fix link to Fedora 23
-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 30d24122..b8175ac1 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -218,7 +218,7 @@ write_page_header() { write_page " or <a href="mailto:reproducible-builds@lists.alioth.debian.org">email</a>," write_page " and we care about free software in general," write_page " so whether you are an upstream developer or working on another distribution, or have any other feedback - we'd love to hear from you!" - write_page " Besides Debian we are also testing <li><a href=\"/coreboot/\">coreboot</a></li>, <li><a href=\"/openwrt/\">OpenWrt</a></li>, <li><a href=\"netbsd\">NetBSD</a></li>, <li><a href=\"/freebsd/\">FreeBSD</a></li> and <li><a href=\"archlinux\">Arch Linux</a></li> now, though not as thoroughly as Debian (yet?) - and testing of <li><a href=\"$JENKINS_URL/rpms/fedora-23.html\">Fedora</a></li> has just begun." + write_page " Besides Debian we are also testing <li><a href=\"/coreboot/\">coreboot</a></li>, <li><a href=\"/openwrt/\">OpenWrt</a></li>, <li><a href=\"netbsd\">NetBSD</a></li>, <li><a href=\"/freebsd/\">FreeBSD</a></li> and <li><a href=\"archlinux\">Arch Linux</a></li> now, though not as thoroughly as Debian (yet?) - and testing of <li><a href=\"/rpms/fedora-23.html\">Fedora</a></li> has just begun." write_page "</ul>" fi write_page "<ul><li>Have a look at:</li>" |