diff options
Diffstat (limited to 'testing/buildbot.yml')
-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: |