From e4294b1b9f5c3a318c235e6f6e93f6ebcd17930b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 21 Feb 2016 00:48:20 +0100 Subject: reproducible: mention shell variation in variation table --- bin/reproducible_common.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index e97db88c..2492a3e8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -442,9 +442,11 @@ write_explaination_table() { FUTURE=$(date --date="${DATE}+398 days" +'%Y-%m-%d') 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 '
  ')on amd64: same for both builds (currently, work in progress
on armhf: sometimes varied (depending on the build job)" + write_page "/bin/sh/bin/dash/bin/bash" write_page "year, month, datetoday ($DATE) or on amd64 also: $FUTUREon amd64: varied (398 days difference)
on armhf: same for 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" + write_page "/bin/sh is not yet varied between rebuilds of $1." if [ "$1" != "FreeBSD" ] ; then write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" else -- cgit v1.2.3-54-g00ecf