diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 04:11:30 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 04:11:30 (GMT) |
commit | 7d77766255048a05a2f67a0eaa2dfc354ac9e64b (patch) | |
tree | 86c9bd331959dbbb816a2ea506562c4bfd0bac5b /testing | |
parent | da4468b8f5dbb4e3a3f09c1d757636f6576356ea (diff) | |
download | SCons-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')
-rw-r--r-- | testing/buildbot.yml | 3 |
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: |