canmove, Confirmed users
6,441
edits
Line 105: | Line 105: | ||
== Build machine as a client == | == Build machine as a client == | ||
Build machines have a very small set of things they do with AUS3. They are: | Build machines have a very small set of things they do with AUS3. They are: | ||
* Adding new releases (PUT / | * Adding new releases (PUT /releases/[name]) | ||
* Adding new builds to releases (PUT / | * Adding new builds to releases (PUT /releases/[name]/builds/[platform]/[locale]) | ||
* Updating builds on existing releases (PUT / | * Updating builds on existing releases (PUT /releases/[name]/builds/[platform]/[locale]) | ||
* Update test, beta, and release channel rules (POST / | * Update test, beta, and release channel rules (POST /releases/[name]/builds/[platform]/[locale]) | ||
== Web-based Administration client == | == Web-based Administration client == | ||
The web based Administration allows for manipulating all aspects of the rules and releases. | The web based Administration allows for manipulating all aspects of the rules and releases. |