From 42c36550ec0ff33b27f15e10f6f69f98f6c36bc4 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 31 Aug 2016 15:50:26 +0800 Subject: Vary the GECOS of the two build users This affects at least the Debian package libforms. Signed-off-by: Mattia Rizzolo --- bin/reproducible_common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 2b668e2e..11f247a3 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -412,6 +412,7 @@ write_variation_table() { write_page "/bin/sh/bin/dash/bin/bash" write_page "build path/build-first (not varied for stretch)/build-second (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 "UTS namespaceshared with the hostmodified using /usr/bin/unshare --uts" else -- cgit v1.2.3-54-g00ecf