summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-28 17:46:48 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-28 17:46:53 +0100
commitc801dca88614c89e3af32f1b4d7ab8984cf297cf (patch)
tree33535c511df94f9cf17ae56181359eb41d23cf60 /bin/reproducible_netbsd.sh
parentb375dc598755eb51be8f04b3791f207dabce580d (diff)
downloadjenkins.debian.net-c801dca88614c89e3af32f1b4d7ab8984cf297cf.tar.xz
reproducible netbsd: add pointer to http://man.netbsd.org/HEAD/usr/share/man/html5/mk.conf.html
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 41baee99..5bc5d319 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -59,7 +59,8 @@ git log -1
# 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"
+# also see http://man.netbsd.org/HEAD/usr/share/man/html5/mk.conf.html
+export MKREPRO="yes"
# MK_TIMESTAMP is set to SOURCE_DATE_EPOCH of netbsd.git
SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
MK_TIMESTAMP=${SOURCE_DATE_EPOCH}