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_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 99a73a95..02b70b27 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -587,6 +587,7 @@ first_build() { cat > "$TMPCFG" << EOF BUILDUSERID=1111 export BUILDUSERNAME=pbuilder1 +export BUILDUSERGECOS="first user,first room,first work-phone,first home-phone,first other" # pbuilder sets HOME to the value of BUILD_HOME… BUILD_HOME=/nonexistent/first-build export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" @@ -644,6 +645,7 @@ second_build() { cat > "$TMPCFG" << EOF BUILDUSERID=2222 export BUILDUSERNAME=pbuilder2 +export BUILDUSERGECOS="second user,second room,second work-phone,second home-phone,second other" # pbuilder sets HOME to the value of BUILD_HOME… BUILD_HOME=/nonexistent/second-build export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" -- cgit v1.2.3-70-g09d2