gecko-dev/python
ahochheiden c1079fd32b Bug 1919736 - Handle the case where the site metadata file is missing when determining if the site is up-to-date or not r=firefox-build-system-reviewers,glandium
With this change, if it's missing, the site will be rebuilt, which then
should also generate a valid metadata file.

Differential Revision: https://phabricator.services.mozilla.com/D223394
2024-10-01 18:40:31 +00:00
..
docs
gdbpp/gdbpp
l10n Bug 1921539 - Sidebar button has no label when moved to the overflow menu r=sidebar-reviewers,fluent-reviewers,Gijs,sclements 2024-10-01 14:30:04 +00:00
lldbutils
mach Bug 1919736 - Handle the case where the site metadata file is missing when determining if the site is up-to-date or not r=firefox-build-system-reviewers,glandium 2024-10-01 18:40:31 +00:00
mozboot Bug 1913904 - update evolve during mach vcs-setup --update-only. r=sheehan 2024-09-17 08:49:35 +00:00
mozbuild Bug 1921158 - Fix path for geckodriver in mach repackage snap r=jcristau 2024-09-26 14:14:40 +00:00
mozlint Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
mozperftest Bug 1898221 - Add mobile applink startup tests. r=perftest-reviewers,sparky 2024-09-18 13:24:41 +00:00
mozrelease
mozterm
mozversioncontrol Bug 190831 - Fix lint failure. 2024-07-18 02:12:32 +03:00
sites Bug 1919245 - Update to Glean v61.1.0 r=TravisLong,supply-chain-reviewers,mach-reviewers,android-reviewers,ahal,kaya 2024-09-25 14:05:15 +00:00
mach_commands.py Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
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