[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible netbsd: set MKREPRO to yes to get reproducible builds

Holger Levsen holger at moszumanska.debian.org
Thu Jul 9 12:31:44 UTC 2015


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 1469989157366024e03040bb0ca9a42e40346a06
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 9 14:29:52 2015 +0200

    reproducible netbsd: set MKREPRO to yes to get reproducible builds
---
 TODO                       | 1 +
 bin/reproducible_netbsd.sh | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/TODO b/TODO
index 17904ee..8e20f08 100644
--- a/TODO
+++ b/TODO
@@ -262,6 +262,7 @@ properties:
 
 * announce on their list
 * explain status in plain english
+** MKREPRO is set to "yes"
 
 ==== reproducible fedora
 
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 2d1dd36..bd6381f 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -59,6 +59,12 @@ echo "This is netbsd $NETBSD_VERSION."
 echo
 git log -1
 
+# from $src/share/mk/bsd.README:
+# MKREPRO         If "yes", create reproducable builds. This enables
+#                 different switches to make two builds from the same source tree
+#                 result in the same build results.
+export MKREPRO="yes"
+
 echo "============================================================================="
 echo "$(date -u) - Building netbsd ${NETBSD_VERSION} - first build run."
 echo "============================================================================="

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