canmove, Confirmed users
6,441
edits
| Line 338: | Line 338: | ||
=== Update/snippet Generation === | === Update/snippet Generation === | ||
Code used: | |||
* 'ReleaseUpdatesFactory from [http://hg.mozilla.org/build/buildbotcustom/file/tip/process/factory.py process/factory.py] | |||
* [http://mxr.mozilla.org/mozilla/source/tools/patcher/patcher2.pl patcher2.pl and associated libraries] | |||
* [http://hg.mozilla.org/build/tools/file/tip/release/patcher-config-bump.pl patcher-config-bump.pl] | |||
* [http://hg.mozilla.org/build/tools/file/tip/release/update-verify-bump.pl update-verify-bump.pl] | |||
* [http://hg.mozilla.org/build/tools/file/tip/release/generate-candidate-build-updates.py generate-candidate-build-updates.py] | |||
* [http://hg.mozilla.org/build/tools/file/tip/release/compare-channel-snippets.sh compare-channel-snippets.sh] | |||
Deliverables: | Deliverables: | ||
* Updated patcher config file, checked into CVS | * Updated patcher config file, checked into CVS | ||
| Line 343: | Line 351: | ||
* Update snippets on test & live channels | * Update snippets on test & live channels | ||
* Snippet comparison log | * Snippet comparison log | ||
After checking out the necessary modules and tools this builder goes to work doing the following: | After checking out the necessary modules and tools this builder goes to work doing the following: | ||
| Line 358: | Line 364: | ||
Note that both the sourceRepo and the tools repo will be updated to the patcherToolsTag. If the update-packaging tools or patcher config script has been updated since the last release it is a good idea (and sometimes necessary) to create a new UPDATE_PACKAGING_R# tag before starting the release. | Note that both the sourceRepo and the tools repo will be updated to the patcherToolsTag. If the update-packaging tools or patcher config script has been updated since the last release it is a good idea (and sometimes necessary) to create a new UPDATE_PACKAGING_R# tag before starting the release. | ||
==== Snippet Comparison Log Analysis ==== | ==== Snippet Comparison Log Analysis ==== | ||