summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 02:27:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 02:27:39 +0200
commit516d917282276a07d485974c23fb15f3afb8c52b (patch)
tree86537d2a4b5810c378c4f8d0338e278274d51c0f /bin
parentc706f0dec648b13b2cd921b243f6afdfadd8155e (diff)
downloadjenkins.debian.net-516d917282276a07d485974c23fb15f3afb8c52b.tar.xz
reproducible: improve description of cpu variation (which we dont do well yet)
Diffstat (limited to 'bin')
-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 d2454ad2..f30ea921 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -347,7 +347,7 @@ write_explaination_table() {
write_page "<tr><td>umask</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td><tr>"
fi
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>sometimes varied on armhf, same for amd64 builds (currently, work in progress)</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 armhf: sometimes varied on armhf (depending on the build job)<br />on amd64: same both builds (currently, work in progress)</td></tr>"
else
write_page "<tr><td>CPU type</td><td>$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)</td><td>same for both builds</td></tr>"
fi