[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible debian: enable again build directory name variation
Holger Levsen
holger at layer-acht.org
Fri Feb 17 11:43:50 UTC 2017
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 b248c63969a71bde79beed12022ed43e68b3147f
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 17 11:52:51 2017 +0100
reproducible debian: enable again build directory name variation
pbuilder 0.228.4 can do that again
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9cbeebe..3378e45 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -694,7 +694,7 @@ EOF
# build path is not yet varied on testing
if [ "${SUITE}" != "testing" ]; then
local src_dir_name="$(perl -mDpkg::Source::Package -e '$_ = Dpkg::Source::Package->new(filename => $ARGV[0])->get_basename; s/_/-/g; print' -- "${SRCPACKAGE}_${EVERSION}.dsc")"
- echo "BUILDDIR=/build/2nd" >> "$TMPCFG"
+ echo "BUILDDIR=/build/$src_dir_name" >> "$TMPCFG"
echo "BUILDSUBDIR=2nd" >> "$TMPCFG"
else
echo "BUILDDIR=/build" >> "$TMPCFG"
--
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