summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-01 11:35:16 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-01 11:35:16 +0200
commitb594314b45698c9881ef863677fe81352c0ed7de (patch)
treef01c878d161bb21722e0b67dbb390ea275ebb2a3 /bin
parentcad6f46843c4949815011c3e437d7afbe4821917 (diff)
downloadjenkins.debian.net-b594314b45698c9881ef863677fe81352c0ed7de.tar.xz
reproducible debian: explain BUILD_HOME in the code too
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8d851966..cf78788f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -557,6 +557,7 @@ first_build() {
cat > "$TMPCFG" << EOF
BUILDUSERID=1111
BUILDUSERNAME=pbuilder1
+# pbuilder sets HOME to the value of BUILD_HOME…
BUILD_HOME=/nonexistent/first-build
export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
@@ -607,6 +608,7 @@ second_build() {
cat > "$TMPCFG" << EOF
BUILDUSERID=2222
BUILDUSERNAME=pbuilder2
+# pbuilder sets HOME to the value of BUILD_HOME…
BUILD_HOME=/nonexistent/second-build
export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"