Sheriffing/How To/Beta simulations: Difference between revisions

m
changed the mercurial commands to git ones
m (changed the mercurial commands to git ones)
m (changed the mercurial commands to git ones)
Line 66: Line 66:
This should be run weekly after all the uplifts to beta for the Thursday beta are done. Skip it if it's the last week of the Nigthly cycle - then mozilla-beta has already been merged to release. It's based on mozilla-beta and simulates the behavior when it switches to mozilla-release.
This should be run weekly after all the uplifts to beta for the Thursday beta are done. Skip it if it's the last week of the Nigthly cycle - then mozilla-beta has already been merged to release. It's based on mozilla-beta and simulates the behavior when it switches to mozilla-release.
<br />
<br />
*<code>hg pull beta</code>
*<code>git checkout beta</code>
*<code>hg update beta</code>
*<code>git pull</code>
*<code>./mach try release -v 140.0 --tasks release-sim --migration beta-to-release</code>
*<code>./mach try release -v 140.0 --tasks release-sim --migration beta-to-release</code>
'''140.0''' should be replaced with the current version in mozilla-beta (should be one version less than in mozilla-central which is mentioned in Gecko XX beta simulation document).
'''140.0''' should be replaced with the current version in mozilla-beta (should be one version less than in mozilla-central which is mentioned in Gecko XX beta simulation document).
Confirmed users
24

edits