summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-09 12:47:56 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-09 12:47:56 +0100
commite2efc22e6c6af49ef5235472a32678da62565bb8 (patch)
tree95f5ed32090cd2b48d773bf389ea49c3ab59b41d
parentc7d57cf0df5c3a4e755513280951384cd7ff4be3 (diff)
downloaddeployment-e2efc22e6c6af49ef5235472a32678da62565bb8.tar.gz
deployment-e2efc22e6c6af49ef5235472a32678da62565bb8.tar.bz2
deployment-e2efc22e6c6af49ef5235472a32678da62565bb8.zip
Adding sudoers file from tripwire.
-rw-r--r--sudoers/README3
-rw-r--r--sudoers/test_switcher3
2 files changed, 6 insertions, 0 deletions
diff --git a/sudoers/README b/sudoers/README
new file mode 100644
index 0000000..9913859
--- /dev/null
+++ 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
new file mode 100644
index 0000000..922d51c
--- /dev/null
+++ b/sudoers/test_switcher
@@ -0,0 +1,3 @@
+# From /etc/sudoers.d/ @taler.net
+
+testswitcher ALL=(test-blue, test-green, test) NOPASSWD:ALL