summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 07:30:03 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 07:30:03 +0300
commit5b43f0b094489ce159e568660a2efa6c0efbf93e (patch)
treee296667bd093ffe0093a39c102fe0f4a55668d8f /testing
parentb886df11c51ff9884975387436383b60101cf178 (diff)
downloadscons-5b43f0b094489ce159e568660a2efa6c0efbf93e.tar.gz
buildbot: pip module is a better way to install buildbot-slave in virtualenv
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index c5bc3daf..d68cc59d 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -35,7 +35,6 @@
section=extensions option=hgext.purge
value=
- # --- setup virtualenv for buildbot ---
- - name: setup buildbot-virtualenv
- command: /usr/bin/virtualenv --no-site-packages {{ venv }}
- creates={{ venv }}/bin
+ # --- install buildbot ---
+ - name: install buildbot-slave in virtualenv
+ pip: name=buildbot-slave virtualenv={{ venv }}