summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-07-01 22:52:20 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-05 19:34:22 +0200
commit6ed0248b72b67e84a4b0b967330d60d759fb32ef (patch)
treeb5b39c10ead38dcb573f052cfeedaf80e1b630fe
parenta8d02c004bb864307c297db5af5e5730d9ee6f9a (diff)
downloadjenkins.debian.net-6ed0248b72b67e84a4b0b967330d60d759fb32ef.tar.xz
potential -> prospects
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r--README2
-rwxr-xr-xbin/reproducible_common.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 6c008523..43174edf 100644
--- a/README
+++ b/README
@@ -133,7 +133,7 @@ Installation tests inside chroot environments.
* Several jobs are being used to assemble the website https://tests.reproducible-builds.org which is actually a collection of static html and log files (and very few images) being served from this host. Besides the logfiles data is stored in an SQLite database which can be downloaded from https://tests.reproducible-builds.org/reproducible.db. (That copy is updated every four hours.)
-* The (current) purpose of https://tests.reproducible-builds.org is to show the prospects of reproducible builds for Debian - and six other projects currently. This is research, showing what could (and should) be done... check https://wiki.debian.org/ReproducibleBuilds for the real status of the project for Debian!
+* The (current) purpose of https://tests.reproducible-builds.org is to show the potential of reproducible builds for Debian - and six other projects currently. This is research, showing what could (and should) be done... check https://wiki.debian.org/ReproducibleBuilds for the real status of the project for Debian!
* Currently, three suites are tested on 'amd64', 'i386' and 'armhf' architectures: 'testing', 'unstable' and 'experimental'. The tests are done using 'pbuilder' using link:https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain[our toolchain] through concurrent builder jobs, 16 for 'amd64' and 'i386' each, and 57 for 'armhf', which are each constantly testing packages and saving the results of these tests.
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