diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-06 12:21:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-06 12:34:50 +0100 |
commit | 4d419a45b6e4e98b06d311fbe207180e04f1a843 (patch) | |
tree | 1e9ea81a60209e9f8cc15e9c61beb19f60fce8ae /bin | |
parent | 95de4419c9e6e5b6d3d013144374fd8e0fab8cc8 (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
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 |