Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
Line 60: | Line 60: | ||
===Preparing to start Automation=== | ===Preparing to start Automation=== | ||
* Set a clobber for "any master", "mozilla-esr10", "any builder". This isn't strictly necessary, but cleaning up the build directories ahead of time speeds things up a bit. | * <s>Set a clobber for "any master", "mozilla-esr10", "any builder". This isn't strictly necessary, but cleaning up the build directories ahead of time speeds things up a bit.</s> | ||
** Callek is not in "special people" and ben said no need. | |||
* Landed config update on default + transplant to production. Tagged with FIREFOX_10_0_7esr_{RELEASE,BUILD1} | |||
* Updated and reconfiged master | |||
* Ran release sanity: | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek \ | |||
-V 10.0.8esr --branch mozilla-esr10 --build-number 1 \ | |||
--release-config release-firefox-mozilla-esr10.py --products firefox \ | |||
--dryrun localhost:9001 | |||
</pre> | |||
* Failed with, because we don't have milestones for esr. | |||
2012-10-05 14:53:06,003 : CRITICAL : verify_l10n_dashboard | |||
* Error is ignorable, started release with: | |||
<pre> | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek \ | |||
-V 10.0.8esr --branch mozilla-esr10 --build-number 1 \ | |||
--release-config release-firefox-mozilla-esr10.py --products firefox \ | |||
-b localhost:9001 | |||
</pre> | |||
=== Tag === | === Tag === |
edits