Balrog/DevelopmentInstance: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
We have an instance of Balrog deployed and regularly receiving data from all nightly builds. You can use it to update your Firefox or Fennec with the instructions below.


== Firefox or Thunderbird ==
Make the following changes in about:config
* 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
== Fennec ==
* Download a nightly build from Cedar.
== Trouble Shooting ==
=== Not being offered updates ===
==== Firefox ====
# 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.
==== Fennec ====
# Enable USB Debugging on your device and connect it to your computer
# Run "adb logcat &> updates.log"
# Start Fennec and check for updates.
=== Disabling Balrog for Firefox ===
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 15:02, 21 March 2014