Files
palemoon27/python
roytam1 2f214914fd import changes from `dev' branch of rmottola/Arctic-Fox:
- goanna -> gecko (9fef539848)
- Bug 1237253 - Support define in BrowserLoader; r=jlongster r=jryans (0782bb012a)
- Bug 1150178 - (reland) Fix index types / add phones / prefix with linux r=garndt (036fc34a0b)
- Bug 1159669 - Switch all production jobs to aws-provisioner-v1 r=jonasfj a=tomcat (fa354dbdda)
- Bug 1151877 - Add buildbot freindly index routes for emulator-kk/ics r=me (67fdb86145)
- Bug 1159994 - Increase default builder timeout to 2 hours r=me a=bustage (f53902d738)
- Bug 1177951 - Use tooltool on b2g desktop and mulet taskcluster builds. r=wcosta,r=garndt (5ab43a95a3)
- Bug 1224765 - add production version of React for devtools and use it in release modes r=fitzgen (227ad5c6a6)
- Bug 1125973: Docker images for building Firefox Desktop and for Android; r=garndt (0faf5cfff7)
- Bug 1164608: enable Android builds from try; r=mrrrgn (e1535be908)
- Bug 1164623: align env variable names with B2G; r=mrrrgn (2b7cc0277e)
- Bug 1168592: remove extra directory from tooltool cache mount; r=mrrrgn (c2cd76984e)
- Bug 1168612: disable sendchanges from taskcluster; r=mrrrgn (5ccd92ff81)
- Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin (87f3c655b8)
- Bug 1168612: disable signing and platform_supports_post_upload_to_latest via mozharness configuration files; r=mrrrgn (a4821c6d0c)
- Bug 1155749 - Enable Linux64 Opt builds from Try; r=dustin (62541ecb98)
- Bug 1171531 - Enable Linux64 Dbg builds in try; r=dustin (c86d058e9f)
- Bug 1172640 - Fix typo in debug build path r=dustin (b50afc779f)
- Bug 1175942 - Move linux 64 dbg builds to the debug line in treeherder; r=dustin (d28c3f77f8)
- Bug 1169703: use new provisioner types; r=mrrrgn (85e9acd0b0)
- Bug 1147559 - Optimize mulet/b2g-desktop builds by using isolated worker types r=me a=config-only (3cb266a4b0)
- Bug 1150745 - Add compatible indexes for buildbot namespace r=me (b24f46b0ef)
- Bug 1184084: enable relengapi-proxy for android, linux builds; r=garndt (7f40d1b75d)
- Bug 1224751 - Use the window's console in BrowserLoader. r=jlongster (aae4d8b193)
- bits of 890105 and 893682 (1baa4bcfdd)
- Bug 1198831 - Fix browser_tab_drag_drop_perwindow.js leaks by returning early in swapBrowsersAndCloseOther() when the remoteness of the given browsers differs r=jaws (e6208b85d2)
- Bug 1164656 - migrate spidermonkey jobs to taskcluster; r=mrrrgn (687930f871)
- Bug 1174376 - Enable Spidermonkey jobs via TaskCluster on Try; r=mrrrgn (fd8ca98a34)
- Bug 1147528 - Enable b2g-desktop on production treeherder r=kgrandon a=bustage CLOSED TREE (ec17417b68)
- Bug 1133074 - Add build_* parameters to Taskcluster tasks; r=garndt (7f5349c1ac)
- Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin (e9b2b9defa)
- Bug 1168093 - Move desktop-build compiler/path hacks to their own shell script [TC]; r=dustin (659cabf9e6)
- Bug 1168612: update comment on unused oauth.txt; r=mrrrgn (98dc148f85)
- Bug 1171841 - Set library paths for clang++; r=dustin (1733838e9f)
- Bug 1168612: set MOZ_AUTOMATION_UPLOAD=0 in taskcluster; r=mrrrgn (fc2b82e42b)
- Bug 1171390: bump desktop-build VERSION; r=ahal (41f993fdf2)
- Bug 1171841 - Bump version of desktop-build and its base image (ubuntu-build); r=dustin (435f5384cf)
- Bug 1239060 - add exports hook in loader r=zer0 (b8c6287045)
- Bug 1239018 - add file watching and hot reloading for devtools files r=jryans (5f60e8f28a)
- Bug 1172107 - Bump container version; r=ahal (acee0d8f24)
- Bug 1172107 - Ensure that the artifacts directory has been created; r=ahal (97bfddfedc)
- Bug 1164656 - Bump container version; r=dustin (69385622da)
- Bug 1243490 - fix leak in devtools hot reloading code r=jryans (73f9348eb3)
- Bug 1219723 - Package gcli with the same layout than in the source tree. r=jryans (efb13a9b45)
- Bug 1221549 - Package source-map with the same layout than source tree r=jryans (20148554d8)
- Bug 1182170 - Kill tooltool.py from the tree. r=dustin DONTBUILD (c48f0982d6)
- Bug 1203388 - Add support for building clang targeted for CentOS6 build machines; r=rail (758acbd8be)
- Bug 1203393 - Part 1: Create a stand-alone clang for Linux; r=glandium (006bc0d568)
- Bug 1203393 - Part 2: Package clang as an xz archive; r=glandium (1c553af991)
- Bug 1203393 - Part 3: Add build configuration for Linux64 optimized Static Analysis builds; r=glandium (1b1c0323a4)
- Bug 1203393 follow-up: Address one review comment (d506fd7004)
- Bug 1154187 - Improve the build-gcc.sh script to build GCC snapshots. r=tbsaunde (34dba58b6f)
- Bug 1180063 - update mozharness docs, DONTBUILD r=me a=testing (62c878629e)
- Bug 1217559 - Fix chrome overrides after new devtools files layout. r=jryans (b60da4a239)
2023-10-12 11:15:42 +08:00
..

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:

* 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

## pyyaml | pystache

Used in taskcluster related mach commands to update download from github
and remove .git and tests.

Then run tests in taskcluster/tests/