From 47a27c52282aa61e5af69b729054d60741608c64 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 10 Jul 2016 12:01:00 +0200 Subject: fixup 1244aad: reproducible Debian: vary user's login shell --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index eef9172f..e37b6136 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -568,7 +568,7 @@ first_build() { local TMPCFG=$(mktemp -t pbuilderrc_XXXX --tmpdir=$TMPDIR) cat > "$TMPCFG" << EOF BUILDUSERID=1111 -BUILDUSERNAME=pbuilder1 +export BUILDUSERNAME=pbuilder1 # pbuilder sets HOME to the value of BUILD_HOME… BUILD_HOME=/nonexistent/first-build export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" @@ -619,7 +619,7 @@ second_build() { esac cat > "$TMPCFG" << EOF BUILDUSERID=2222 -BUILDUSERNAME=pbuilder2 +export BUILDUSERNAME=pbuilder2 # 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-54-g00ecf