From 683f48302fa6188dcb49bbbcdfeac83ecef9a43c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 20:25:34 +0100 Subject: reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen --- hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm (limited to 'hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm') diff --git a/hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm b/hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm new file mode 100644 index 00000000..3c357be2 --- /dev/null +++ b/hosts/codethink-sled10-arm64/etc/sudoers.d/jenkins-adm @@ -0,0 +1,7 @@ +# allow member of the jenkins-adm group to sudo-to the jenkins-adm user (owner +# of jenkins script) and the jenkins user itself +%jenkins-adm ALL=(jenkins:jenkins) NOPASSWD: ALL +%jenkins-adm ALL=(jenkins-adm:jenkins-adm) NOPASSWD: ALL +# allow jenkins-adm to run everything as root +%jenkins-adm ALL= NOPASSWD: ALL + -- cgit v1.2.3-54-g00ecf