[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add buildinfo=+all to DEB_BUILD_OPTIONS

Holger Levsen holger at layer-acht.org
Fri Apr 7 15:30:58 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 ebbb5e2ea625348bc7c3ed59931234419c8d7b4e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Apr 7 17:27:54 2017 +0200

    reproducible debian: add buildinfo=+all to DEB_BUILD_OPTIONS
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a1f005c..d9baca1 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"

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