Repository: cassandra-builds
Updated Branches:
  refs/heads/master 864e57095 -> dc96c0476


Add note to allow sudo NOPASSWD or provide pass


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/dc96c047
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/dc96c047
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/dc96c047

Branch: refs/heads/master
Commit: dc96c0476487ca58ba38ae115f4459b4fa0d5c9b
Parents: 864e570
Author: Michael Shuler <mich...@pbandjelly.org>
Authored: Tue Mar 21 18:01:43 2017 -0500
Committer: Michael Shuler <mich...@pbandjelly.org>
Committed: Tue Mar 21 18:01:43 2017 -0500

----------------------------------------------------------------------
 ASF-slaves.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/dc96c047/ASF-slaves.txt
----------------------------------------------------------------------
diff --git a/ASF-slaves.txt b/ASF-slaves.txt
index a90230b..15cadc5 100644
--- a/ASF-slaves.txt
+++ b/ASF-slaves.txt
@@ -10,6 +10,10 @@ with only their default installation of bind9 removed:
   $ sudo apt-get autoremove --purge bind9
   $ sudo rm -r /var/cache/bind
 
+Edit sudoers to allow INFRA to sudo without password, or provide them with the 
password.
+For example, set:  %sudo   ALL=(ALL:ALL) NOPASSWD:ALL
+  $ sudo visudo
+
 Add jenkins user:
   $ sudo useradd -m -s /bin/bash jenkins
 

Reply via email to