Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
(Created page with "=Notes About Releasing= Please update the [https://wiki.mozilla.org/index.php?title=Releases/BuildNotesTemplate Notes Template] and the [https://intranet.mozilla.org/Build:Releas...") |
|||
Line 51: | Line 51: | ||
<small>[[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|detailed instructions]]</small> | <small>[[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|detailed instructions]]</small> | ||
* Clobber: https://build.mozilla.org/clobberer/ Any master -> release-comm-esr10 -> Any builder | * Clobber: https://build.mozilla.org/clobberer/ Any master -> release-comm-esr10 -> Any builder | ||
* Reserve slaves | |||
# cltbld@buildbot-master32 | |||
echo "2" > /builds/buildbot/build1/master/reserved_slaves | |||
* No l10n changes | |||
* Double land automation configs | |||
* Tag buildbot-configs, buildbotcustom, & tools with build & release tags. (details) | |||
hg tag -f THUNDERBIRD_10_0_8esr_{RELEASE,BUILD1} | |||
* Update and reconf master | |||
* Sanity check | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek -V 10.0.8esr \ | |||
--branch comm-esr10 --build-number 1 \ | |||
--release-config release-thunderbird-comm-esr10.py --products thunderbird \ | |||
--dryrun -l localhost:9001 | |||
</pre> | |||
* Release sanity failed checking mozconfigs (CLIENT_PY_ARGS related). Same as 10.0.6esr. Reran with --bypass-mozconfig-check | |||
* Started automation | |||
<pre> | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek -V 10.0.8esr \ | |||
--branch comm-esr10 --build-number 1 \ | |||
--release-config release-thunderbird-comm-esr10.py --products thunderbird \ | |||
--bypass-mozconfig-check -l localhost:9001 | |||
</pre> | |||
=== Tag === | === Tag === |
edits