summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-02-06 12:21:38 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-06 12:34:50 +0100
commit4d419a45b6e4e98b06d311fbe207180e04f1a843 (patch)
tree1e9ea81a60209e9f8cc15e9c61beb19f60fce8ae /bin/reproducible_build.sh
parent95de4419c9e6e5b6d3d013144374fd8e0fab8cc8 (diff)
downloadjenkins.debian.net-4d419a45b6e4e98b06d311fbe207180e04f1a843.tar.xz
reproducible debian: implement the build subdir variation using a mean provided by the upcoming pbuilder 0.228.4
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1b2d5fdd..16888b29 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