Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Runbot long term to install packages and other features

by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
- 10/08/2016 09:49:35
Citando Dave Lasley <dave@laslabs.com>:

> That said, this hard drive penalty comes with a big gain - builds  
> are truly isolated in terms of OS and Python dependencies, providing  
> a more true to life picture of how modules will operate in the wild  
> using what we specify in the readable source.  

We can get that benefit without the pain by using virtualenvs.
with the additional benefit that the install agent can keep a pip  
cache, making faster the dependency installation.

/DR

Reference