Confirmed users
1,377
edits
Line 89: | Line 89: | ||
<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> | ||
* Set clobbers for the appropriate masters. Doing this 24-48 hours in advance should speedup the build. | * Set clobbers for the appropriate masters. Doing this 24-48 hours in advance should speedup the build. | ||
** | ** set any master, mozilla-beta, any builder on apr-24 at 5:52pm | ||
* Reserve slaves, e.g.: | * Reserve slaves, e.g.: | ||
<pre> | <pre> | ||
Line 103: | Line 103: | ||
ln -s ../candidates/$version-candidates $version-candidates | ln -s ../candidates/$version-candidates $version-candidates | ||
* Update l10n changesets for desktop, mobile | * Update l10n changesets for desktop, mobile | ||
''' JHFORD HAS DONE UP TO HERE BUT HAS PREPARED COMMANDS BELOW FOR COPY AND PASTE ''' | |||
* Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | * Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | ||
* Tag buildbot-configs, buildbotcustom, & tools with build & release tags. <small>''([[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|details]])''</small> | * Tag buildbot-configs, buildbotcustom, & tools with build & release tags. <small>''([[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|details]])''</small> | ||
** Sample command for Firefox 10.0 beta 5 build 1: | ** Sample command for Firefox 10.0 beta 5 build 1: | ||
<pre> | <pre> | ||
bash shortcut: hg tag -f {FIREFOX,FENNEC}_13_0b1_{RELEASE,BUILD1} | |||
</pre> | </pre> | ||
* update and reconfigure the master | * update and reconfigure the master |