From 5b43f0b094489ce159e568660a2efa6c0efbf93e Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 07:30:03 +0300 Subject: buildbot: pip module is a better way to install buildbot-slave in virtualenv --- testing/buildbot.yml | 7 +++---- 1 file 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 }} -- cgit v1.2.1