gecko-dev/python
2022-07-14 13:11:13 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n
lldbutils
mach Bug 1776642 - part 2: Stop installing 'carrot' in mach tests and use a more recent package instead r=jcristau 2022-07-08 15:58:05 +00:00
mozboot Bug 1776195 - Do not install watchman on openSUSE anymore because it's often broken r=andi 2022-06-30 12:41:31 +00:00
mozbuild Bug 1775132 - Part 1: Make profile service select background task profile directory. r=mossop 2022-07-13 20:12:12 +00:00
mozlint
mozperftest Bug 1774698 - Add mach perftests --browsertime-existing-results flag r=sparky 2022-07-13 22:59:29 +00:00
mozrelease
mozterm
mozversioncontrol
sites Bug 1772132 - Update Glean and remove cargo metadata replacement. r=janerik,supply-chain-reviewers 2022-07-14 13:11:13 +00:00
mach_commands.py
moz.build
README

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Vendored python modules (use third_party/python instead)
* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243
https://bugzilla.mozilla.org/show_bug.cgi?id=1346025