gecko-dev/testing/mozharness
Julien Pagès 2fd68fe263 Bug 1007262 - talos should use in-tree mozbase. r=jmaher
--HG--
extra : commitid : DowGCVZDlf5
extra : rebase_source : 93fd38cfd5878b35549783d101f594784a316627
2015-09-12 18:58:11 +02:00
..
configs Bug 1191859 - Make bundleclone extension available inside mock, r=nthomas 2015-09-16 12:51:39 +12:00
docs
examples
external_tools
mozfile
mozharness Bug 1007262 - talos should use in-tree mozbase. r=jmaher 2015-09-12 18:58:11 +02:00
mozinfo
mozprocess
scripts Bug 1203596: Remove .userconfig after run build.sh. r=jlund 2015-09-16 10:40:40 +02:00
test
LICENSE
README.txt
mozharness.json Bug 1188337 - Enable Mulet TaskCluster Gu and prepare for Gu-oop r=garndt,aus 2015-09-15 14:08:01 -07:00
requirements.txt
setup.cfg
setup.py
tox.ini
unit.sh

README.txt

# Mozharness

### Submitting changes
Like any Gecko change, please create a patch or submit to Mozreview and
open a Bugzilla ticket under the Mozharness component:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering&component=Mozharness

This bug will get triaged by Release Engineering

### Docs
* https://developer.mozilla.org/en-US/docs/Mozharness_FAQ
* https://wiki.mozilla.org/ReleaseEngineering/Mozharness
* http://moz-releng-mozharness.readthedocs.org/en/latest/mozharness.mozilla.html
* http://moz-releng-docs.readthedocs.org/en/latest/software.html#mozharness

### To run mozharness unit tests
```
pip install tox
tox  # from within the $gecko_repo/testing/mozharness directory
```

Happy contributing! =)