From a8b8fa2ff5e5a4e9bd1bd0b9aa929e16e0b58889 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 08:19:39 +0300 Subject: buildbot: No need to create relocatable workdir --- testing/buildbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/buildbot.yml b/testing/buildbot.yml index ee82343b..b92bdd73 100644 --- a/testing/buildbot.yml +++ b/testing/buildbot.yml @@ -47,6 +47,6 @@ pip: name=buildbot-slave virtualenv={{ venv }} - name: create buildbot environment - command: "{{ venv }}/bin/buildslave create-slave --relocatable + command: "{{ venv }}/bin/buildslave create-slave {{ work }} buildbot.scons.org:9989 {{ builder }} {{ pass }} creates={{ work }}" -- cgit v1.2.1