summaryrefslogtreecommitdiffstats
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 04:11:30 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 04:11:30 (GMT)
commit7d77766255048a05a2f67a0eaa2dfc354ac9e64b (patch)
tree86c9bd331959dbbb816a2ea506562c4bfd0bac5b /testing/buildbot.yml
parentda4468b8f5dbb4e3a3f09c1d757636f6576356ea (diff)
downloadSCons-7d77766255048a05a2f67a0eaa2dfc354ac9e64b.zip
SCons-7d77766255048a05a2f67a0eaa2dfc354ac9e64b.tar.gz
SCons-7d77766255048a05a2f67a0eaa2dfc354ac9e64b.tar.bz2
buildbot.yml: Change bot user to 'scons' and explain how to override
Diffstat (limited to 'testing/buildbot.yml')
-rw-r--r--testing/buildbot.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index d64182a..0bf2856 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: