Balrog/DevelopmentInstance: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(added disable instructions)
Line 1: Line 1:
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:
We have an instance of Balrog deployed and regularly receiving mozilla-central nightly updates. You can use it to update your Firefox by making the following changes to your profile:
* Set app.update.url.override to
* 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
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
* Set app.update.log to True
== Trouble Shooting ==
=== Not being offered updates ===
# Ensure <tt>app.update.log</tt> is <tt>True</tt>
# Request an update again
# Save off the log, and your value of <tt>app.update.url.override</tt>, and talk to the developers.
=== Disabling Balrog ===
If you find you can't take updates on a non-nightly channel, check that your profile isn't configured to use balrog. To disable:
# Reset <tt>app.update.url.override</tt>
# Reset <tt>app.update.log</tt>
# Request an update again.

Revision as of 16:58, 3 June 2013

We have an instance of Balrog deployed and regularly receiving mozilla-central nightly updates. You can use it to update your Firefox by making the following changes to your profile:

  • 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

Trouble Shooting

Not being offered updates

  1. Ensure app.update.log is True
  2. Request an update again
  3. Save off the log, and your value of app.update.url.override, and talk to the developers.

Disabling Balrog

If you find you can't take updates on a non-nightly channel, check that your profile isn't configured to use balrog. To disable:

  1. Reset app.update.url.override
  2. Reset app.update.log
  3. Request an update again.