diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-04-07 17:27:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-07 17:30:41 +0200 |
commit | ebbb5e2ea625348bc7c3ed59931234419c8d7b4e (patch) | |
tree | ee97acd3d33ac988bf7e02763bad78f23328b089 /bin | |
parent | 4d89c35fd35e7822e0e3f0063c5d699aa36c2368 (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
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" |