taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e2efc22e6c6af49ef5235472a32678da62565bb8
parent c7d57cf0df5c3a4e755513280951384cd7ff4be3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  9 Mar 2017 12:47:56 +0100

Adding sudoers file from tripwire.

Diffstat:
Asudoers/README | 3+++
Asudoers/test_switcher | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/sudoers/README b/sudoers/README @@ -0,0 +1,3 @@ +This directory contains sudoers file used on tripwrire in +order to give the buildbot switcher script the rights to +"sudo" as test-blue and test-green. diff --git a/sudoers/test_switcher b/sudoers/test_switcher @@ -0,0 +1,3 @@ +# From /etc/sudoers.d/ @taler.net + +testswitcher ALL=(test-blue, test-green, test) NOPASSWD:ALL