-
- Downloads
"README.md" did not exist on "de949e8aca1dcb7a1306ee06e0f520794ba123e2"
Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py"...
Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium We've overloaded "bootstrap" to mean three different things: * The "standalone bootstrap script": `python/mozboot/bin/bootstrap.py`. This is to freshly clone a new repo, then run `./mach bootstrap`. * `./mach bootstrap`: Install necessary dependencies and set up the system for development. * "Mach bootstrap": do the in-process initialization work Mach needs before it can run commands. By using the term "initialize" instead, perhaps we can remove ambiguity when discussing Mach. I'm not attached to the name (or this change at all), but I'm interested in reviewer thoughts :) Differential Revision: https://phabricator.services.mozilla.com/D120410
Showing
- build/docs/python.rst 1 addition, 1 deletionbuild/docs/python.rst
- build/mach_initialize.py 1 addition, 1 deletionbuild/mach_initialize.py
- build/sparse-profiles/mach 1 addition, 1 deletionbuild/sparse-profiles/mach
- js/src/devtools/rootAnalysis/mach_commands.py 1 addition, 1 deletionjs/src/devtools/rootAnalysis/mach_commands.py
- mach 10 additions, 10 deletionsmach
- python/mach_commands.py 1 addition, 1 deletionpython/mach_commands.py
- python/mozboot/mozboot/util.py 1 addition, 1 deletionpython/mozboot/mozboot/util.py
- python/mozbuild/mozbuild/action/test_archive.py 1 addition, 1 deletionpython/mozbuild/mozbuild/action/test_archive.py
- testing/testsuite-targets.mk 1 addition, 1 deletiontesting/testsuite-targets.mk
- testing/tools/mach_test_package_initialize.py 0 additions, 0 deletionstesting/tools/mach_test_package_initialize.py
- tools/tryselect/test/conftest.py 2 additions, 2 deletionstools/tryselect/test/conftest.py
Loading
Please register or sign in to comment