[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: enable all the reproducible-related build flags from dpkg,…
Mattia Rizzolo
gitlab at salsa.debian.org
Wed Sep 26 21:35:21 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
48607530 by Mattia Rizzolo at 2018-09-26T20:35:10Z
reproducible debian: enable all the reproducible-related build flags from dpkg, by export DEB_BUILD_OPTIONS=reproducible=+all
This for now obsoletes the patched dpkg in our archive
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -583,7 +583,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="buildinfo=+all parallel=$NUM_CPU"
+export DEB_BUILD_OPTIONS="buildinfo=+all reprodcible=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
export LANG="C"
unset LC_ALL
@@ -650,7 +650,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="buildinfo=+all parallel=$NUM_CPU"
+export DEB_BUILD_OPTIONS="buildinfo=+all reproducible=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="$locale.UTF-8"
export LC_ALL="$locale.UTF-8"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/48607530a65ee9f11068db3f552c496ecd7f7cec
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/48607530a65ee9f11068db3f552c496ecd7f7cec
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180926/33ed30c5/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list