summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO5
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 49703b66..afd82451 100644
--- a/TODO
+++ b/TODO
@@ -244,20 +244,23 @@ properties:
** CONFIG_PAYLOAD_GRUB2 is not set
** CONFIG_PAYLOAD_TIANOCORE is not set
* libreboot ships images, verify those?
+* explain status in plain english
==== reproducible openwrt
* add credit for logo/artwork
* build more archs (http://downloads.openwrt.org/chaos_calmer/15.05-rc1/ lists many to choose from)
* build all packages? (set CONFIG_ALL=y and run 'make defconfig')
+** just build some first...
* file dbd bug about unable to inspect these .bin files
* file dbd bug about crashing on certain squashfs files
+* explain status in plain english
==== reproducible netbsd
* use NetBSD css and logo
-* link from dashboard
* announce on their list
+* explain status in plain english
==== reproducible fedora
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 777cd63f..85ef6bf4 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -169,7 +169,7 @@ 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> and <a href=\"/openwrt/\">OpenWrt</a> - and there are plans to test <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_fedora\">Fedora</a>, <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_freebsd\">FreeBSD</a> and <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_netbsd\">NetBSD</a> too."
+ 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 "</p>"
fi
write_page "<ul><li>Have a look at:</li>"