summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-10 12:01:00 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-10 12:01:02 +0200
commit47a27c52282aa61e5af69b729054d60741608c64 (patch)
tree4c1b3ef8c63570245588a6bc22a6756a54efacdc /bin/reproducible_build.sh
parent1244aad527268cb115d992e1db327dfe73d54f20 (diff)
downloadjenkins.debian.net-47a27c52282aa61e5af69b729054d60741608c64.tar.xz
fixup 1244aad: reproducible Debian: vary user's login shell
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
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"