diff options
author | Chris Lamb <lamby@debian.org> | 2016-07-01 22:52:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-05 19:34:22 +0200 |
commit | 6ed0248b72b67e84a4b0b967330d60d759fb32ef (patch) | |
tree | b5b39c10ead38dcb573f052cfeedaf80e1b630fe /bin | |
parent | a8d02c004bb864307c297db5af5e5730d9ee6f9a (diff) | |
download | jenkins.debian.net-6ed0248b72b67e84a4b0b967330d60d759fb32ef.tar.xz |
potential -> prospects
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 9e5f38f2..5e76f925 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -309,7 +309,7 @@ write_page_header() { 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>." write_page "</ul>" write_page "<ul>" - write_page " These pages are showing the <em>prospects</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>." + write_page " These pages are showing the <em>potential</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>." write_page " The results shown were obtained by <a href=\"$JENKINS_URL/view/reproducible\">several jobs</a> running on" write_page " <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>." write_page " Thanks to <a href=\"https://www.profitbricks.co.uk\">Profitbricks</a> for donating the virtual machines this is running on!" @@ -523,7 +523,7 @@ write_variation_table() { write_page "<tr><td>filesystem of the build directory</td><td>ufs</td><td>same for both builds</td></tr>" fi if [ "$1" = "debian" ] ; then - write_page "<tr><td><em>everything else...</em></td><td colspan=\"2\">is likely the same. So far, this is just about the <em>prospects</em> of <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds of Debian</a> - there will be more variations in the wild.</td></tr>" + write_page "<tr><td><em>everything else...</em></td><td colspan=\"2\">is likely the same. So far, this is just about the <em>potential</em> of <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds of Debian</a> - there will be more variations in the wild.</td></tr>" else write_page "<tr><td><em>everything else...</em></td><td colspan=\"2\">is likely the same. There will be more variations in the wild.</td></tr>" fi |