gecko-dev/python/mach
ahochheiden e7e2018aab Bug 1887885 - Collect the target architecture of a build r=firefox-build-system-reviewers,glandium
Added one field:
 - The `--target` of a build.

Re-added `python/mach/metrics.yaml` to `./mach doc mach-telemetry` generation (Not sure why it was missing).

Re-generated the associated docs. (It looks like this was not done for previously when other fields were added.

Differential Revision: https://phabricator.services.mozilla.com/D208811
2024-07-09 19:57:45 +00:00
..
docs Bug 1887885 - Collect the target architecture of a build r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
mach Bug 1894154 - Enable telemetry in CI r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
.ruff.toml Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
README.rst
bash-completion.sh
metrics.yaml Bug 1894154 - Enable telemetry in CI r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
pings.yaml Bug 1894155 - Replace `mhentges@mozilla.com` with `ahochheiden@mozilla.com` from `notification_emails` section of `pings.yaml` and `metrics.yaml` r=sylvestre 2024-05-01 00:12:25 +00:00
setup.cfg
setup.py Bug 1877348 - Remove the `try/except` wrappers that end up calling `distutils.core.setup` r=firefox-build-system-reviewers,glandium 2024-02-08 21:07:27 +00:00

README.rst

====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.