From 516d917282276a07d485974c23fb15f3afb8c52b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 23 Sep 2015 02:27:39 +0200 Subject: reproducible: improve description of cpu variation (which we dont do well yet) --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "umask is not yet varied between rebuilds of $1." fi if [ "$1" = "debian" ] ; then - write_page "CPU typeone of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '
  ')sometimes varied on armhf, same for amd64 builds (currently, work in progress)" + write_page "CPU typeone of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '
  ')on armhf: sometimes varied on armhf (depending on the build job)
on amd64: same both builds (currently, work in progress)" else write_page "CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds" fi -- cgit v1.2.3-70-g09d2