[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible debian: explain BUILD_HOME in the code too
Holger Levsen
holger at layer-acht.org
Wed Jun 1 09:35:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit b594314b45698c9881ef863677fe81352c0ed7de
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 1 11:35:16 2016 +0200
reproducible debian: explain BUILD_HOME in the code too
---
bin/reproducible_build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8d85196..cf78788 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list