[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible FreeBSD: allow WITH_REPRODUCIBLE_BUILD to make

Holger Levsen holger at layer-acht.org
Wed Feb 22 16:25:11 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 5ac47c1c450f3038f5816c541219132b6f2c7270
Author: Ed Maste <emaste at freebsd.org>
Date:   Wed Feb 22 11:17:25 2017 -0500

    reproducible FreeBSD: allow WITH_REPRODUCIBLE_BUILD to make
    
    We're invoking as make WITH_REPRODUCIBLE_BUILD=yes buildworld for now
    before it is connected to the FreeBSD release build scripts.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 hosts/freebsd-jenkins/usr/local/etc/sudoers | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers
index 35f9c9f..eb15bb1 100644
--- a/hosts/freebsd-jenkins/usr/local/etc/sudoers
+++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers
@@ -95,7 +95,9 @@ root ALL=(ALL) ALL
 
 # for reproducible builds:
 jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \
+	/usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildworld, \
 	/usr/bin/make -j ? buildkernel, \
+	/usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildkernel, \
 	/usr/bin/make -j ? PKG_VERSION=current packages, \
 	/usr/bin/make -j ? installworld, \
 	/usr/bin/make -j ? installkernel, \

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