author | Gregory Szorc <gps@mozilla.com> |
Thu, 26 Jul 2012 13:06:54 -0700 | |
changeset 100644 | a329797651080172fb611cc5dc891ff93541fb20 |
parent 100643 | 4f5722507e684b705f3f96c1dc0d64f6b1c3093f |
child 100645 | 1eaa10b26d24dabca67825f65ff3caa91ba9e962 |
push id | 23188 |
push user | emorley@mozilla.com |
push date | Fri, 27 Jul 2012 08:54:50 +0000 |
treeherder | mozilla-central@399aff2fb74f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 777068 |
milestone | 17.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/configure.in +++ b/configure.in @@ -8780,17 +8780,17 @@ ACDEFINES=$DEFS AC_SUBST(ACDEFINES) rm -f confdefs.h mv confdefs.h.save confdefs.h dnl Create a virtualenv where we can install local Python packages AC_MSG_RESULT([Creating Python virtualenv]) rm -rf _virtualenv mkdir -p _virtualenv -MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= $PYTHON $_topsrcdir/other-licenses/virtualenv/virtualenv.py --system-site-packages ./_virtualenv +MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= $PYTHON $_topsrcdir/python/virtualenv/virtualenv.py --system-site-packages ./_virtualenv case "$host_os" in mingw*) PYTHON=$MOZ_BUILD_ROOT/_virtualenv/Scripts/python.exe ;; *) PYTHON=$MOZ_BUILD_ROOT/_virtualenv/bin/python ;; esac
rename from other-licenses/virtualenv/scripts/virtualenv rename to python/virtualenv/scripts/virtualenv
rename from other-licenses/virtualenv/virtualenv_embedded/activate.bat rename to python/virtualenv/virtualenv_embedded/activate.bat
rename from other-licenses/virtualenv/virtualenv_embedded/activate.csh rename to python/virtualenv/virtualenv_embedded/activate.csh
rename from other-licenses/virtualenv/virtualenv_embedded/activate.fish rename to python/virtualenv/virtualenv_embedded/activate.fish
rename from other-licenses/virtualenv/virtualenv_embedded/activate.ps1 rename to python/virtualenv/virtualenv_embedded/activate.ps1
rename from other-licenses/virtualenv/virtualenv_embedded/activate.sh rename to python/virtualenv/virtualenv_embedded/activate.sh
rename from other-licenses/virtualenv/virtualenv_embedded/activate_this.py rename to python/virtualenv/virtualenv_embedded/activate_this.py
rename from other-licenses/virtualenv/virtualenv_embedded/deactivate.bat rename to python/virtualenv/virtualenv_embedded/deactivate.bat
rename from other-licenses/virtualenv/virtualenv_embedded/distribute_setup.py rename to python/virtualenv/virtualenv_embedded/distribute_setup.py
rename from other-licenses/virtualenv/virtualenv_embedded/distutils-init.py rename to python/virtualenv/virtualenv_embedded/distutils-init.py
rename from other-licenses/virtualenv/virtualenv_embedded/distutils.cfg rename to python/virtualenv/virtualenv_embedded/distutils.cfg
rename from other-licenses/virtualenv/virtualenv_embedded/ez_setup.py rename to python/virtualenv/virtualenv_embedded/ez_setup.py
rename from other-licenses/virtualenv/virtualenv_embedded/site.py rename to python/virtualenv/virtualenv_embedded/site.py
rename from other-licenses/virtualenv/virtualenv_support/__init__.py rename to python/virtualenv/virtualenv_support/__init__.py
rename from other-licenses/virtualenv/virtualenv_support/distribute-0.6.27.tar.gz rename to python/virtualenv/virtualenv_support/distribute-0.6.27.tar.gz
rename from other-licenses/virtualenv/virtualenv_support/pip-1.1.tar.gz rename to python/virtualenv/virtualenv_support/pip-1.1.tar.gz
rename from other-licenses/virtualenv/virtualenv_support/setuptools-0.6c11-py2.4.egg rename to python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.4.egg
rename from other-licenses/virtualenv/virtualenv_support/setuptools-0.6c11-py2.5.egg rename to python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.5.egg