summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 07:11:30 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 07:11:30 +0300
commit890fced0e403297e22c158b26461303c7b1ed5cb (patch)
tree86c9bd331959dbbb816a2ea506562c4bfd0bac5b /testing
parent5041428b0937ad3023a9a5703fed3530c54986c6 (diff)
downloadscons-890fced0e403297e22c158b26461303c7b1ed5cb.tar.gz
buildbot.yml: Change bot user to 'scons' and explain how to override
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index d64182a0..0bf28569 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -9,7 +9,8 @@
# host is overridable with --extra-vars 'host=address'
- hosts: "{{ host | default('localhost') }}"
vars:
- - botuser: scons2
+ # botuser can be overridden with -e 'botuser=scons2'
+ - botuser: scons
- hgrc: /home/{{ botuser }}/.hgrc
tasks: