Balrog: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Balrog is rewrite of AUS. Its code lives [https://github.com/mozilla/balrog in a github repository]. The tracking bug for initial development is [https://bugzilla.mozilla.org/sho...")
 
No edit summary
Line 1: Line 1:
Balrog is rewrite of AUS. Its code lives [https://github.com/mozilla/balrog in a github repository]. The tracking bug for initial development is [https://bugzilla.mozilla.org/show_bug.cgi?id=583244 here].
Balrog is rewrite of AUS. Its code lives [https://github.com/mozilla/balrog in a github repository]. The tracking bug for initial development is [https://bugzilla.mozilla.org/show_bug.cgi?id=583244 here].


= Balrog development instance =
* [[Balrog/DevelopmentInstance | Development Instance]]
We have an instance of Balrog deployed and regularly receiving mozilla-central nightly updates. You can use it to update your Firefox by doing the following:
* [[Balrog/Hacking | Hacking]]
* Set app.update.cert.requireBuiltIn to False
* Set app.update.url.override to
https://aus4-dev.allizom.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml
* Set app.update.log to True
* Install the Mozilla Root Certificate (instructions [https://wiki.mozilla.org/MozillaRootCertificate here])

Revision as of 14:50, 17 September 2012

Balrog is rewrite of AUS. Its code lives in a github repository. The tracking bug for initial development is here.