gecko-dev/tools/tryselect
Mitchell Hentges f5b0cb5bc1 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
2021-09-03 20:46:22 +00:00
..
docs Bug 1604531: Fix broken "Add try job to review" doc link r=sylvestre 2021-06-03 21:26:25 +00:00
selectors Bug 1723161 - Switch from 'bugbug_reduced_manifests_config_selection_low' to 'bugbug_reduced_manifests_config_selection_medium' as default for mach try auto. r=jmaher DONTBUILD 2021-08-31 08:51:45 +00:00
test Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium 2021-09-03 20:46:22 +00:00
util Bug 1717427 - [tryselect] Use 'raise_for_status' when downloading estimates data, r=mhentges 2021-06-22 20:54:19 +00:00
__init__.py
cli.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
mach_commands.py Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
preset.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
push.py Bug 1717427 - [tryselect] Don't allow 'display_estimates' to fail the whole |mach try| run, r=mhentges 2021-06-22 20:54:19 +00:00
task_config.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
tasks.py Bug 1717691 - [tryselect] Ensure we re-compute the cache key for target_task_set after '--full', r=mhentges 2021-06-22 20:53:08 +00:00
try_presets.yml Bug 1728280 - [devtools] try preset is no longer running windows jobs r=bomsy 2021-08-31 15:22:54 +00:00
watchman.json