... all of which appear on the [http://zenit.senecac.on.ca/~chris.tyler/planet/ CDOT Planet]
== mozharness ==
* Objective: Improve efficiency while lowering the entry level knowledge required from new developers to get involved
* http://hg.mozilla.org/users/asasaki_mozilla.com/mozharness
* requirements: pylint and coverage
* ./unit.sh to run unit test coverage
* scripts directory contain scripts
* documentation is required
* API is changing - WIP in https://bugzilla.mozilla.org/show_bug.cgi?id=574473
* scripts written in python
* separate framework - which buildbot calls
'''What are we building?'''
* Profile Build
* Debug Build - For OS (Mac, Linux, Windows, 32/64 etc)
* Packaged Test - contains test for the build
* Tests - Mochitests, Reftests, xpcshell, ... 10 in total
** l10n builds
'''The problem that mozharness solves:'''
* buildbot uses a "factory" to run a job
* there are (becoming) too many different "factories" within buildbot
== release simple bugs ==