Bug 1297515 - Make a copy of third_party/python/virtualenv under testing/mozharness, r?jlund draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Thu, 12 Oct 2017 12:22:39 -0400
changeset 681606 78ca4d948c5294ff1e11912c659ef8e2bcad7a29
parent 681450 0d9c6250f99dc4b6aa1a94f5260737d046c52b1e
child 681607 4d9db23ea60a6bcd94e46c5f993a7bf1376ceeab
push id84867
push userahalberstadt@mozilla.com
push dateTue, 17 Oct 2017 13:29:48 +0000
reviewersjlund
bugs1297515, 1408051
milestone58.0a1
Bug 1297515 - Make a copy of third_party/python/virtualenv under testing/mozharness, r?jlund This adds a second copy of virtualenv to the tree. We need to do this because buildbot is downloading the 'testing/mozharness' directory directly from hg.m.o. It would be hard and risky to also get it to download 'third_party/python/virtualenv'. So instead, we simply copy it to avoid the issue. Bug 1408051 is filed to remove this extra copy once everything is using taskcluster. MozReview-Commit-ID: GWxkmaZVpsZ
testing/mozharness/external_tools/virtualenv/AUTHORS.txt
testing/mozharness/external_tools/virtualenv/LICENSE.txt
testing/mozharness/external_tools/virtualenv/MANIFEST.in
testing/mozharness/external_tools/virtualenv/PKG-INFO
testing/mozharness/external_tools/virtualenv/README.rst
testing/mozharness/external_tools/virtualenv/bin/rebuild-script.py
testing/mozharness/external_tools/virtualenv/docs/Makefile
testing/mozharness/external_tools/virtualenv/docs/changes.rst
testing/mozharness/external_tools/virtualenv/docs/conf.py
testing/mozharness/external_tools/virtualenv/docs/development.rst
testing/mozharness/external_tools/virtualenv/docs/index.rst
testing/mozharness/external_tools/virtualenv/docs/installation.rst
testing/mozharness/external_tools/virtualenv/docs/make.bat
testing/mozharness/external_tools/virtualenv/docs/reference.rst
testing/mozharness/external_tools/virtualenv/docs/userguide.rst
testing/mozharness/external_tools/virtualenv/scripts/virtualenv
testing/mozharness/external_tools/virtualenv/setup.cfg
testing/mozharness/external_tools/virtualenv/setup.py
testing/mozharness/external_tools/virtualenv/site.py
testing/mozharness/external_tools/virtualenv/tests/__init__.py
testing/mozharness/external_tools/virtualenv/tests/test_activate.sh
testing/mozharness/external_tools/virtualenv/tests/test_activate_output.expected
testing/mozharness/external_tools/virtualenv/tests/test_cmdline.py
testing/mozharness/external_tools/virtualenv/tests/test_virtualenv.py
testing/mozharness/external_tools/virtualenv/virtualenv.py
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.bat
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.csh
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.fish
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.ps1
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.sh
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate_this.py
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/deactivate.bat
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/distutils-init.py
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/distutils.cfg
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/python-config
testing/mozharness/external_tools/virtualenv/virtualenv_embedded/site.py
testing/mozharness/external_tools/virtualenv/virtualenv_support/__init__.py
testing/mozharness/external_tools/virtualenv/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
testing/mozharness/external_tools/virtualenv/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl
testing/mozharness/external_tools/virtualenv/virtualenv_support/setuptools-25.2.0-py2.py3-none-any.whl
testing/mozharness/external_tools/virtualenv/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl
copy from third_party/python/virtualenv/AUTHORS.txt
copy to testing/mozharness/external_tools/virtualenv/AUTHORS.txt
copy from third_party/python/virtualenv/LICENSE.txt
copy to testing/mozharness/external_tools/virtualenv/LICENSE.txt
copy from third_party/python/virtualenv/MANIFEST.in
copy to testing/mozharness/external_tools/virtualenv/MANIFEST.in
copy from third_party/python/virtualenv/PKG-INFO
copy to testing/mozharness/external_tools/virtualenv/PKG-INFO
copy from third_party/python/virtualenv/README.rst
copy to testing/mozharness/external_tools/virtualenv/README.rst
copy from third_party/python/virtualenv/bin/rebuild-script.py
copy to testing/mozharness/external_tools/virtualenv/bin/rebuild-script.py
copy from third_party/python/virtualenv/docs/Makefile
copy to testing/mozharness/external_tools/virtualenv/docs/Makefile
copy from third_party/python/virtualenv/docs/changes.rst
copy to testing/mozharness/external_tools/virtualenv/docs/changes.rst
copy from third_party/python/virtualenv/docs/conf.py
copy to testing/mozharness/external_tools/virtualenv/docs/conf.py
copy from third_party/python/virtualenv/docs/development.rst
copy to testing/mozharness/external_tools/virtualenv/docs/development.rst
copy from third_party/python/virtualenv/docs/index.rst
copy to testing/mozharness/external_tools/virtualenv/docs/index.rst
copy from third_party/python/virtualenv/docs/installation.rst
copy to testing/mozharness/external_tools/virtualenv/docs/installation.rst
copy from third_party/python/virtualenv/docs/make.bat
copy to testing/mozharness/external_tools/virtualenv/docs/make.bat
copy from third_party/python/virtualenv/docs/reference.rst
copy to testing/mozharness/external_tools/virtualenv/docs/reference.rst
copy from third_party/python/virtualenv/docs/userguide.rst
copy to testing/mozharness/external_tools/virtualenv/docs/userguide.rst
copy from third_party/python/virtualenv/scripts/virtualenv
copy to testing/mozharness/external_tools/virtualenv/scripts/virtualenv
copy from third_party/python/virtualenv/setup.cfg
copy to testing/mozharness/external_tools/virtualenv/setup.cfg
copy from third_party/python/virtualenv/setup.py
copy to testing/mozharness/external_tools/virtualenv/setup.py
copy from third_party/python/virtualenv/site.py
copy to testing/mozharness/external_tools/virtualenv/site.py
copy from third_party/python/virtualenv/tests/__init__.py
copy to testing/mozharness/external_tools/virtualenv/tests/__init__.py
copy from third_party/python/virtualenv/tests/test_activate.sh
copy to testing/mozharness/external_tools/virtualenv/tests/test_activate.sh
copy from third_party/python/virtualenv/tests/test_activate_output.expected
copy to testing/mozharness/external_tools/virtualenv/tests/test_activate_output.expected
copy from third_party/python/virtualenv/tests/test_cmdline.py
copy to testing/mozharness/external_tools/virtualenv/tests/test_cmdline.py
copy from third_party/python/virtualenv/tests/test_virtualenv.py
copy to testing/mozharness/external_tools/virtualenv/tests/test_virtualenv.py
copy from third_party/python/virtualenv/virtualenv.py
copy to testing/mozharness/external_tools/virtualenv/virtualenv.py
copy from third_party/python/virtualenv/virtualenv_embedded/activate.bat
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.bat
copy from third_party/python/virtualenv/virtualenv_embedded/activate.csh
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.csh
copy from third_party/python/virtualenv/virtualenv_embedded/activate.fish
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.fish
copy from third_party/python/virtualenv/virtualenv_embedded/activate.ps1
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.ps1
copy from third_party/python/virtualenv/virtualenv_embedded/activate.sh
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate.sh
copy from third_party/python/virtualenv/virtualenv_embedded/activate_this.py
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/activate_this.py
copy from third_party/python/virtualenv/virtualenv_embedded/deactivate.bat
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/deactivate.bat
copy from third_party/python/virtualenv/virtualenv_embedded/distutils-init.py
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/distutils-init.py
copy from third_party/python/virtualenv/virtualenv_embedded/distutils.cfg
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/distutils.cfg
copy from third_party/python/virtualenv/virtualenv_embedded/python-config
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/python-config
copy from third_party/python/virtualenv/virtualenv_embedded/site.py
copy to testing/mozharness/external_tools/virtualenv/virtualenv_embedded/site.py
copy from third_party/python/virtualenv/virtualenv_support/__init__.py
copy to testing/mozharness/external_tools/virtualenv/virtualenv_support/__init__.py
copy from third_party/python/virtualenv/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
copy to testing/mozharness/external_tools/virtualenv/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
copy from third_party/python/virtualenv/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl
copy to testing/mozharness/external_tools/virtualenv/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl
copy from third_party/python/virtualenv/virtualenv_support/setuptools-25.2.0-py2.py3-none-any.whl
copy to testing/mozharness/external_tools/virtualenv/virtualenv_support/setuptools-25.2.0-py2.py3-none-any.whl
copy from third_party/python/virtualenv/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl
copy to testing/mozharness/external_tools/virtualenv/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl