-
- Downloads
Bug 1730712: Split site manager into command and mach managers r=ahal
The command site manager needs to be able to do ad-hoc pip installations, while the Mach site manager needs to manage the system `sys.path` and conditionally create an on-disk virtualenv. By splitting the class into two, we can now give each use case the attention it deserves. Differential Revision: https://phabricator.services.mozilla.com/D129529
Showing
- build/mach_initialize.py 13 additions, 94 deletionsbuild/mach_initialize.py
- configure.py 4 additions, 5 deletionsconfigure.py
- python/mach/mach/site.py 347 additions, 141 deletionspython/mach/mach/site.py
- python/mozbuild/mozbuild/base.py 2 additions, 2 deletionspython/mozbuild/mozbuild/base.py
- python/mozbuild/mozbuild/mach_commands.py 8 additions, 18 deletionspython/mozbuild/mozbuild/mach_commands.py
- python/mozbuild/mozbuild/sphinx.py 2 additions, 2 deletionspython/mozbuild/mozbuild/sphinx.py
- python/mozbuild/mozbuild/test/test_vendor.py 1 addition, 1 deletionpython/mozbuild/mozbuild/test/test_vendor.py
This diff is collapsed.
Please register or sign in to comment