summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 08:24:59 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 08:24:59 +0300
commitcedb970db64d0890535b1ea3d6e134aa69884f09 (patch)
tree778b9084a0046fe096255dd03c4481dc642f7696 /testing
parenta8b8fa2ff5e5a4e9bd1bd0b9aa929e16e0b58889 (diff)
downloadscons-cedb970db64d0890535b1ea3d6e134aa69884f09.tar.gz
buildbot: Create workdir under botuser
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index b92bdd73..3364668e 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -50,3 +50,5 @@
command: "{{ venv }}/bin/buildslave create-slave
{{ work }} buildbot.scons.org:9989 {{ builder }} {{ pass }}
creates={{ work }}"
+ sudo: yes
+ sudo_user: "{{ botuser }}"