[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r73: Add system site-packages in buildbot virtualenv.

Jeff Licquia licquia at linuxfoundation.org
Fri Jan 27 21:48:45 UTC 2012


------------------------------------------------------------
revno: 73
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-01-27 16:48:45 -0500
message:
  Add system site-packages in buildbot virtualenv.
modified:
  modules/buildbot/files/Makefile
-------------- next part --------------
=== modified file 'modules/buildbot/files/Makefile'
--- a/modules/buildbot/files/Makefile	2012-01-27 16:47:32 +0000
+++ b/modules/buildbot/files/Makefile	2012-01-27 21:48:45 +0000
@@ -8,7 +8,7 @@
 TOPLEVEL = $(shell pwd)
 
 bin/python:
-	virtualenv $(TOPLEVEL)
+	virtualenv --system-site-packages $(TOPLEVEL)
 
 bin/buildslave: bin/python
 	bin/pip install buildbot-slave==$(BUILDBOT_VERSION)



More information about the lsb-messages mailing list