canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 161: | Line 161: | ||
* Set a clobber for pm03, 'Any release', 'Any builder' with [https://build.mozilla.org/clobberer/index.php clobberer]. | * Set a clobber for pm03, 'Any release', 'Any builder' with [https://build.mozilla.org/clobberer/index.php clobberer]. | ||
** Noticed that after clobbering, all of the release builders showed up in the table. Filed {{bug|615192}} on the issue. | ** Noticed that after clobbering, all of the release builders showed up in the table. Filed {{bug|615192}} on the issue. | ||
* Tagged buildbot-configs, buildbotcustom, and tools with FIREFOX_3_6_13_RELEASE and FIREFOX_3_6_13_BUILD2. compare-locales will be tagged by the tagging step this time. | |||
* Updated /tools/buildbotcustom/buildbotcustom, /builds/buildbot/buildbot-configs, and /builds/buildbot/builder_master/tools to latest | |||
* reconfiged master | |||
* Ran release_sanity.py with --dryrun: | |||
PYTHONPATH=.:tools/lib/python python tools/buildbot-helpers/release_sanity.py -u bhearsum -V 3.6.13 --branch mozilla-1.9.2 --build-number 2 --dryrun localhost:9010 | |||
* After it passed, ran it for real: | |||
PYTHONPATH=.:tools/lib/python python tools/buildbot-helpers/release_sanity.py -u bhearsum -V 3.6.13 --branch mozilla-1.9.2 --build-number 2 --dryrun localhost:9010 | |||
=== Tag === | |||
* Cancelled the first run because it merged other changesets, and had revision set wrong ('''FIXME''') | |||
* Re-ran release_sanity.py, revision was set correctly this time. |