Confirmed users
4,293
edits
m (→Tinderbox) |
No edit summary |
||
| Line 13: | Line 13: | ||
The update channel is set to "default" (no updates) unless this line is in the mozconfig: | The update channel is set to "default" (no updates) unless this line is in the mozconfig: | ||
ac_add_options --enable-update-channel=nightly | ac_add_options --enable-update-channel=nightly | ||
For 1.5 | For 1.5 the beta releases shipped with a "beta" channel, while the release candidates and final shipped with "release". | ||
To pull | To pull the code for complete update generation you need: | ||
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging" | mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging" | ||
ac_add_options --enable-update-packaging | ac_add_options --enable-update-packaging | ||
The mar executable is built by default. | |||
==Snippet configuration== | ==Snippet configuration== | ||