summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-25 21:26:43 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-25 21:26:43 +0200
commit0e34ca3636a9c8280a619841b3d7e10ce5d3e617 (patch)
treef0a19765df6e1928377d716ae588e9185aa19505 /bin/reproducible_common.sh
parent805fcb88d541adf283ae6735a8c55ec106628107 (diff)
downloadjenkins.debian.net-0e34ca3636a9c8280a619841b3d7e10ce5d3e617.tar.xz
reproducible Debian: explain that the CPU is finally varied on amd64, i386 coming soon
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 244ec1b9..f6fc77a7 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -449,7 +449,7 @@ write_explaination_table() {
fi
FUTURE=$(date --date="${DATE}+398 days" +'%Y-%m-%d')
if [ "$1" = "debian" ] ; then
- write_page "<tr><td>CPU type</td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />&nbsp;&nbsp;')</td><td>on amd64 and i386: same for both builds (currently, work in progress)<br />on armhf: sometimes varied (depending on the build job)</td></tr>"
+ write_page "<tr><td>CPU type</td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />&nbsp;&nbsp;')</td><td>on amd64: systematically varied (AMD or Intel CPU with different names & features)<br />on i386: same for both builds (currently, work in progress)<br />on armhf: sometimes varied (depending on the build job), but only the minor CPU revision</td></tr>"
write_page "<tr><td>/bin/sh</td><td>/bin/dash</td><td>/bin/bash</td></tr>"
write_page "<tr><td>year, month, date</td><td>today ($DATE) or (on amd64 and i386 only) also: $FUTURE</td><td>on amd64 and i386: varied (398 days difference)<br />on armhf: same for both builds (currently, work in progress)</td></tr>"
else