diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-14 10:55:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-14 10:55:04 +0100 |
commit | 1de513d0c08d718790c60e1d936a79e4dec41c5f (patch) | |
tree | 01612bbff1c50e7218f9cd9d109dac5e2d1b25cc /bin | |
parent | f43e32bd5cd8e7825dcbb964704935fa1e49d2ab (diff) | |
download | jenkins.debian.net-1de513d0c08d718790c60e1d936a79e4dec41c5f.tar.xz |
reproducible fedora rpms: announce fedora-23.html a bit
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9e594bb5..caf42698 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -214,11 +214,11 @@ write_page_header() { fi if [ "$1" = "dd-list" ] || [ "$1" = "dashboard" ] ; then write_page "<ul>" - write_page " We are reachable via IRC (<code>#debian-reproducible</code> on OFTC)," + write_page " We are reachable via IRC (<code>#debian-reproducible</code> and <code>#reproducible-builds</code> on OFTC)," 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 there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a> and others too." + 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 "</ul>" fi write_page "<ul><li>Have a look at:</li>" |