From 0bc9f1d6ca295a8c7d77f3c19ad2b708c8732b6b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Nov 2016 21:04:44 +0100 Subject: reproducible Debian: correctly explain CPU varition for amd64+i386 Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d41759a6..0daac6b8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -429,7 +429,7 @@ write_variation_table() { write_page "build path/build/1st/\$pkg-\$ver (not varied for stretch)/build/\$pkg-\$ver/2nd (not varied for stretch)" write_page "user's login shell/bin/sh/bin/bash" write_page "user's GECOSfirst user,first room,first work-phone,first home-phone,first othersecond user,second room,second work-phone,second home-phone,second other" - 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 "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=XXX\"
  XXX on amd64: 16 or 15
  XXX on i386: 10 or 9
  XXX on armhf: 8, 4 or 2DEB_BUILD_OPTIONS=\"parallel=YYY\"
  YYY on amd64: 16 or 15 (!= the first build)
  YYY on i386: 10 or 9 (!= 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." -- cgit v1.2.3-54-g00ecf