From 77fdbc0019e146c9ddbc64d127f5bdb59e4d0177 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 13 Nov 2015 13:28:36 +0100 Subject: reproducible: explain year/month/date variation is currently amd64 only --- bin/reproducible_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index ad958e52..dd719ed8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -384,11 +384,12 @@ write_explaination_table() { 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 '
  ')on armhf: sometimes varied (depending on the build job)
on amd64: same for both builds (currently, work in progress)" + write_page "year, month, datetoday ($DATE) or on amd64 also: $(date --date='${DATE}+398 days' +'%Y-%m-%d')
  on 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 "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" fi if [ "$1" != "FreeBSD" ] ; then - write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically... (currently, work in progress)" if [ "$1" = "debian" ] ; then write_page "filesystemtmpfstemporarily not varied using disorderfs (manpage)" -- cgit v1.2.3-70-g09d2