Merge "Cause virtualenv to be installed into the mirror"

This commit is contained in:
Jenkins 2013-07-31 16:03:52 +00:00 committed by Gerrit Code Review
commit 3d2d554453

View File

@ -223,6 +223,9 @@ class Mirror(object):
out = self.run_command(upgrade_format %
(pip, pip_cache_dir,
build, "pip"))
out = self.run_command(upgrade_format %
(pip, pip_cache_dir,
build, "virtualenv"))
if os.path.exists(build):
shutil.rmtree(build)
new_reqs = self.process_http_requirements(reqlist,