summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 08:19:39 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 08:19:39 +0300
commita8b8fa2ff5e5a4e9bd1bd0b9aa929e16e0b58889 (patch)
tree1f48f14ee1a38190b1a3a7c89a8626d63830764e /testing
parent7d6d68787fd9e10c81abfe8ec70ce9f8f8623142 (diff)
downloadscons-a8b8fa2ff5e5a4e9bd1bd0b9aa929e16e0b58889.tar.gz
buildbot: No need to create relocatable workdir
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml2
1 files changed, 1 insertions, 1 deletions
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 }}"