diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 05:19:39 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 05:19:39 (GMT) |
commit | e45d4cba687fa8fd6b4780b5dabce6c3584dc9c9 (patch) | |
tree | 1f48f14ee1a38190b1a3a7c89a8626d63830764e /testing | |
parent | c99a4df5e53877ef52450229f39c8454f9315b8b (diff) | |
download | SCons-e45d4cba687fa8fd6b4780b5dabce6c3584dc9c9.zip SCons-e45d4cba687fa8fd6b4780b5dabce6c3584dc9c9.tar.gz SCons-e45d4cba687fa8fd6b4780b5dabce6c3584dc9c9.tar.bz2 |
buildbot: No need to create relocatable workdir
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml index ee82343..b92bdd7 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 }}" |