diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 18:53:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 18:53:59 +0100 |
commit | cf30392843377136930c6a18fd9198393dc59234 (patch) | |
tree | 09b46f5902b85a65e380c0a0a826b0682814392e | |
parent | f2b1769fc784c32eec98c608b461dc4b74e263e3 (diff) | |
download | jenkins.debian.net-cf30392843377136930c6a18fd9198393dc59234.tar.xz |
reproducible: reword paragraph about the howto
-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 babb8f21..11d6b049 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -201,8 +201,8 @@ write_page_header() { 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 <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> too.</ul>" write_page " Brand new: <code><a href=\"https://reproducible-builds.org\">https://reproducible-builds.org</a>!" - write_page " <ul>As we think that reproducible builds should become the norm, we have started to write <li><a href=\"https://reproducible-builds.org/howto\">How to make your software reproducible</a></li>. As always we appreciate feedback on this document, just please don't consider it to be finished, comprehensive or correct, yet." - write_page " Also aimed at the free software world at large, but released as version 1.0, is the first specication we have written: the <li><a href=\"https://reproducible-builds.org/specs/source-date-epoch/\">SOURCE_DATE_EPOCH specification</a></li>.</ul>" + write_page " <ul>As we think that reproducible builds should become the norm, we wrote <li><a href=\"https://reproducible-builds.org/howto\">How to make your software reproducible</a></li>. As always we very much appreciate feedback." + write_page " Also aimed at the free software world at large, is the first specification we have written: the <li><a href=\"https://reproducible-builds.org/specs/source-date-epoch/\">SOURCE_DATE_EPOCH specification</a></li>.</ul>" fi write_page "<ul><li>Have a look at:</li>" for MY_STATE in $ALLSTATES ; do |