[misc] 02/03: prebuilder: change buildpath variation to build under /build/

Reiner Herrmann reiner at reiner-h.de
Sat Nov 19 12:27:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository misc.

commit 87ba53bbaed4c8cbcb7089c6874f8b450f77c135
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat Nov 19 12:31:54 2016 +0100

    prebuilder: change buildpath variation to build under /build/
    
    Only builds in /build/ will have the build path included in buildinfo
    files.
---
 prebuilder/pbuilderrc.build   | 2 +-
 prebuilder/pbuilderrc.rebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/prebuilder/pbuilderrc.build b/prebuilder/pbuilderrc.build
index cc03c0a..6e1b77f 100644
--- a/prebuilder/pbuilderrc.build
+++ b/prebuilder/pbuilderrc.build
@@ -1,7 +1,7 @@
 EATMYDATA=yes
 CCACHEDIR=
 BUILD_HOME="/nonexistent/first-build"
-BUILDDIR="/build-1st"
+BUILDDIR="/build/1st"
 export TZ="/usr/share/zoneinfo/Etc/GMT+12"
 export LANG="C"
 unset LC_ALL
diff --git a/prebuilder/pbuilderrc.rebuild b/prebuilder/pbuilderrc.rebuild
index a0038cc..f9de43c 100644
--- a/prebuilder/pbuilderrc.rebuild
+++ b/prebuilder/pbuilderrc.rebuild
@@ -1,7 +1,7 @@
 EATMYDATA=yes
 CCACHEDIR=
 BUILD_HOME="/nonexistent/second-build"
-BUILDDIR="/build-2nd"
+BUILDDIR="/build/2nd"
 export TZ="/usr/share/zoneinfo/Etc/GMT-14"
 export LANG="fr_CH.UTF-8"
 export LC_ALL="fr_CH.UTF-8"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list