From b9aae8b29ff1323189869c69229282366aef97b8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 8 Apr 2016 12:22:51 +0200 Subject: reproducible debian: explain all variations for i386 too --- bin/reproducible_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9cb7310f..7201a399 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -411,7 +411,7 @@ write_explaination_table() { write_page "env USERUSER=\"pbuilder1\"USER=\"pbuilder2\"" write_page "uiduid=1111uid=2222" write_page "gidgid=1111gid=2222" - write_page "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=XXX\"
  XXX for amd64: 18 or 17
  XXX for armhf: 8, 4 or 2DEB_BUILD_OPTIONS=\"parallel=YYY\"
  YYY for amd64: 17 or 18 (!= the first build)
  YYY for armhf: 8, 4, or 2 (not varied systematically)" + write_page "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=XXX\"
  XXX on amd64 and i386: 18 or 17
  XXX on armhf: 8, 4 or 2DEB_BUILD_OPTIONS=\"parallel=YYY\"
  YYY on amd64 and i386: 17 or 18 (!= the first build)
  YYY on armhf: 8, 4, or 2 (not varied systematically)" write_page "UTS namespaceshared with the hostmodified using /usr/bin/unshare --uts" else write_page "env USER is not yet varied between rebuilds of $1." @@ -429,7 +429,7 @@ write_explaination_table() { write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '
  ')" done write_page "" - write_page "(on amd64 systematically varied, on i386 too (and also with 32 and 64 bit kernel variation) on armhf not yet)
" + write_page "(on amd64 systematically varied, on i386 too as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)
" for a in ${ARCHS} ; do write_page "
on $a one of:" write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '
  ')" @@ -449,7 +449,7 @@ write_explaination_table() { 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 and i386: 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)" + write_page "year, month, datetoday ($DATE) or (on amd64 and i386 only) also: $FUTUREon amd64 and i386: 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." -- cgit v1.2.3-70-g09d2