gecko-dev/python
Mike Shal b7110a8a71 Bug 1275111 - Move artifact download/install into its own tier; r=glandium
This also fixes the issue of processing the artifacts twice in some
situations (bug 1275673). Note that the artifact download no longer
happens when a specific target is passed to 'mach build'.


MozReview-Commit-ID: Ktys6u3r1kG
2016-06-01 13:48:53 -04:00
..
altgraph
bitstring
blessings
compare-locales
configobj
eme
futures
gdbpp/gdbpp
jsmin
lldbutils
mach
macholib
mock-1.0.0
mozboot Bug 1279563 - Clone unified Firefox repository; r=glandium 2016-06-16 09:46:24 +01:00
mozbuild Bug 1275111 - Move artifact download/install into its own tier; r=glandium 2016-06-01 13:48:53 -04:00
mozlint Bug 1277641 - [mozlint] Add --no-filter option to make experimenting locally easier, r=smacleod 2016-06-02 15:14:07 -04:00
mozversioncontrol/mozversioncontrol
psutil
pyasn1
pyasn1-modules
PyECC
pystache
pyyaml
redo
requests
rsa
slugid
virtualenv
which
mach_commands.py Bug 1271734 - Move all eslint related infrastructure to tools/lint, r=miker 2016-06-02 15:38:36 -04: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:

* 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/