From c801dca88614c89e3af32f1b4d7ab8984cf297cf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 28 Jan 2016 17:46:48 +0100 Subject: reproducible netbsd: add pointer to http://man.netbsd.org/HEAD/usr/share/man/html5/mk.conf.html --- bin/reproducible_netbsd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_netbsd.sh') 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} -- cgit v1.2.3-54-g00ecf