summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-04-07 17:27:54 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-07 17:30:41 +0200
commitebbb5e2ea625348bc7c3ed59931234419c8d7b4e (patch)
treeee97acd3d33ac988bf7e02763bad78f23328b089 /bin/reproducible_build.sh
parent4d89c35fd35e7822e0e3f0063c5d699aa36c2368 (diff)
downloadjenkins.debian.net-ebbb5e2ea625348bc7c3ed59931234419c8d7b4e.tar.xz
reproducible debian: add buildinfo=+all to DEB_BUILD_OPTIONS
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a1f005cd..d9baca17 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -631,7 +631,7 @@ export BUILDUSERNAME=pbuilder1
export BUILDUSERGECOS="first user,first room,first work-phone,first home-phone,first other"
# pbuilder sets HOME to the value of BUILD_HOME…
BUILD_HOME=/nonexistent/first-build
-export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
+export DEB_BUILD_OPTIONS="buildinfo=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
export LANG="C"
unset LC_ALL
@@ -693,7 +693,7 @@ export BUILDUSERNAME=pbuilder2
export BUILDUSERGECOS="second user,second room,second work-phone,second home-phone,second other"
# pbuilder sets HOME to the value of BUILD_HOME…
BUILD_HOME=/nonexistent/second-build
-export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
+export DEB_BUILD_OPTIONS="buildinfo=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="$locale.UTF-8"
export LC_ALL="$locale.UTF-8"