summaryrefslogtreecommitdiffstats
path: root/tools/install_venv.py
Commit message (Expand)AuthorAgeFilesLines
* Rename requires files to standard names.Ruby Loo2013-05-221-2/+2
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Merge "support reloctable venv roots in testing framework"Jenkins2013-02-111-5/+11
|\
| * support reloctable venv roots in testing frameworkChet Burgess2013-02-071-5/+11
* | Sync latest install_venv_common from oslo.Matthew Treinish2013-02-061-3/+0
|/
* Fix import for install_venv.pyMatthew Treinish2013-02-041-0/+3
* Use install_venv_common.py from oslo.Matthew Treinish2013-01-281-193/+16
* Use testr to run nova unittests.Clark Boylan2012-12-141-3/+0
* Change install_venv to use setup.py develop.Monty Taylor2012-10-171-5/+2
* Nail the pip requirement at 1.1.Dan Prince2012-09-071-1/+4
* Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-2/+2
* Updated docstrings in /tools as per HACKINGAlex Meade2012-03-281-12/+14
* Support tox-based unittests.Monty Taylor2012-02-201-0/+2
* Excise M2Crypto!Brian Waldon2012-02-021-28/+0
* Tell users what is about to be installed via sudoDaniel P. Berrange2012-01-051-0/+2
* Install a good version of pip in the venv.Monty Taylor2012-01-021-1/+2
* Rename .nova-venv to .venv.James E. Blair2011-12-081-2/+2
* Use system M2Crypto package on Oneiric, bug 892271Adrian Smith2011-12-061-0/+14
* install_venv: apply eventlet patch correctly with python 2.7 (#890461)Mark McLoughlin2011-11-151-3/+6
* Workaround for eventlet bug with unit tests in RHEL6.1.Lorin Hochstein2011-11-091-0/+32
* Apply M2Crypto fix for all Fedora-based distributions.Lorin Hochstein2011-11-091-1/+5
* Optional --no-site-packages in venvLorin Hochstein2011-10-301-3/+17
* venv: update distribute as well as pipMark McLoughlin2011-10-251-1/+2
* Upgrade pip in the venv when we build it.Monty Taylor2011-10-191-0/+3
* install_venv: pip install M2Crypto doesn't work on FedoraMark McLoughlin2011-09-291-0/+13
* install_venv: add support for distro specific codeMark McLoughlin2011-09-291-19/+52
* install_venv: don't use --no-site-packages with virtualenvMark McLoughlin2011-09-291-1/+1
* install_venv: pass the --upgrade argument to pip installMark McLoughlin2011-09-291-1/+2
* install_venv: refactor out pip_install helperMark McLoughlin2011-09-291-4/+9
* removing compute monitorBrian Waldon2011-08-021-9/+0
* fix pep8 issuesWilliam Wolf2011-06-011-1/+1
* Fixed all pep8 errors in tools/install_venv.py. All tests pass.Justin Shepherd2011-05-161-84/+90
* fixed pep8 spacing issueWilliam Wolf2011-05-121-1/+2
* got rid of extra whitespaceWilliam Wolf2011-05-021-3/+0
* Update tools/pip-requires and tools/install_venv.py for python2.7 support (wo...William Wolf2011-05-021-2/+10
* Add a patch for python eventlet, when using install_venv.py (see FAQ # 1485)John Tran2011-04-051-0/+6
* Now tries to install virtualenv via easy_install if not presentLorin Hochstein2011-01-111-1/+2
* A small fix to the install_venv program to allow us to run it on the tarmac b...Monty Taylor2010-09-201-0/+4
|\
| * A few small changes to install_venv to let venv builds work on the tarmac box.Monty Taylor2010-08-251-0/+4
* | Fix a pep8 violation.Michael Gundlach2010-08-251-2/+2
|\ \ | |/ |/|
| * pep8 typoMichael Gundlach2010-08-181-1/+1
| * Fix pep8 violationMichael Gundlach2010-08-181-2/+2
* | Fix to better reflect (my believed intent) as to the meaning of error_ok (ign...Justin Santa Barbara2010-08-181-1/+1
* | Merged with trunkJustin Santa Barbara2010-08-181-22/+57
|\|
| * Simpler installation, and, can run install_venv from anywhere instead of just...Michael Gundlach2010-08-171-3/+10
| * Changes the run_tests.sh and /tools/install_venv.py scripts to bejaypipes@gmail.com2010-08-111-14/+46
| |\
| | * Quick fix on location of printouts when trying to install virtualenv.jaypipes@gmail.com2010-08-101-1/+4
| | * Changes the run_tests.sh and /tools/install_venv.py scripts to be more user-f...jaypipes@gmail.com2010-08-101-15/+44
| * | Run correctly even if called while in tools/ directory, as 'python install_ve...Michael Gundlach2010-08-091-1/+1
| |/
* | Greater compliance with pep8/pylint style checksJustin Santa Barbara2010-08-081-1/+1