From 7d77766255048a05a2f67a0eaa2dfc354ac9e64b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 07:11:30 +0300 Subject: buildbot.yml: Change bot user to 'scons' and explain how to override --- testing/buildbot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v0.12