diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-14 11:17:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-14 11:17:05 +0100 |
commit | f50435a8a5155cb748b1e3ae485fedf9f91afc01 (patch) | |
tree | 6523c49ae06e91b793a29d7453c63b3cfc6db406 /bin | |
parent | f9c21c5f260927ae453d9fd7b63f152d4048dd95 (diff) | |
download | jenkins.debian.net-f50435a8a5155cb748b1e3ae485fedf9f91afc01.tar.xz |
reproducible dashboard: make Fedora a <li> entry like the other projects
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 caf42698..30d24122 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 <a href=\"$JENKINS_URL/rpms/fedora-23.html\">Fedora</a> 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=\"$JENKINS_URL/rpms/fedora-23.html\">Fedora</a></li> has just begun." write_page "</ul>" fi write_page "<ul><li>Have a look at:</li>" |