[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible debian: implement the build subdir variation using a mean provided by the upcoming pbuilder 0.228.4

Holger Levsen holger at layer-acht.org
Mon Feb 6 11:35:15 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 4d419a45b6e4e98b06d311fbe207180e04f1a843
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Feb 6 12:21:38 2017 +0100

    reproducible debian: implement the build subdir variation using a mean provided by the upcoming pbuilder 0.228.4
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1b2d5fd..16888b2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -685,6 +685,7 @@ EOF
 	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/$src_dir_name" >> "$TMPCFG"
+		echo "BUILDSUBDIR=2nd" >> "$TMPCFG"
 	else
 		echo "BUILDDIR=/build" >> "$TMPCFG"
 	fi

-- 
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