ReleaseEngineering/Merge Duty/Central will become an odd numbered Gecko version

From MozillaWiki
Jump to navigation Jump to search

Overview

When a mozilla-central is an even numbered Gecko version and will become an odd numbered Gecko version, the B2G version on mozilla-central will migrate into mozilla-aurora, and a new B2G version will start on mozilla-central. For B2G 1.3, when Gecko 28 merges into mozilla-aurora, mozilla-central will become 1.4 and mozilla-aurora will be 1.3.

This means we'll have to turn on B2G builds+tests for mozilla-aurora. See bug 913992 for an example.

'mozilla-central': '1.3.0',

would become

'mozilla-aurora': '1.3.0',
'mozilla-central': '1.4.0',

Two weeks before

Release Merge Day

One week before

Merge Day

Post merge day

dev.b2g newsgroup post

Like this:

We have created the v1.3 branch in all git repos. The master branch is now reserved for 1.4 development. For more information, see the page below which always contains the latest information.
https://wiki.mozilla.org/Release_Management/B2G_Landing#v1.3.0

Update this documentation

The next person on merge duty will appreciate it!