297
edits
(remove aurora section) |
|||
| Line 1: | Line 1: | ||
This page describes the rules applied by the Release Team to uplift (aka backport) a patch from a development branch to a more stable branch. For example, taking a patch that fixes a bug in Nightly and applying it to the | This page describes the rules applied by the Release Team to uplift (aka backport) a patch from a development branch to a more stable branch. For example, taking a patch that fixes a bug in Nightly and applying it to the beta branch. | ||
All [https://developer.mozilla.org/en-US/docs/Developer_Guide/How_to_Submit_a_Patch regular guidelines] for changes apply. | All [https://developer.mozilla.org/en-US/docs/Developer_Guide/How_to_Submit_a_Patch regular guidelines] for changes apply. | ||
| Line 7: | Line 7: | ||
=General= | =General= | ||
* Uplifts are requested in the ''Details'' page of the attachment, ''Flags'' section which should be updated. | * Uplifts are requested in the ''Details'' page of the attachment, ''Flags'' section which should be updated. | ||
* If a patch is considered as risky and | * If a patch is considered as risky and impacts beta, please make sure that the other responsible is aware of the uplift. | ||
* For a risky patch, don't hesitate to set the keyword "verifyme" to make sure someone will check if the bug is actually fixed. | * For a risky patch, don't hesitate to set the keyword "verifyme" to make sure someone will check if the bug is actually fixed. | ||
* The name/nickname of the release manager who approved the uplift will be added in the commit message with ''a='' (example: ''a=foobar'') | * The name/nickname of the release manager who approved the uplift will be added in the commit message with ''a='' (example: ''a=foobar'') | ||
| Line 24: | Line 24: | ||
= Firefox (Desktop and Mobile) = | = Firefox (Desktop and Mobile) = | ||
== | ==Beta Uplift (approval-mozilla-beta)== | ||
* Must be landed on mozilla-central, or reason given for direct-to-branch uplift | * Must be landed on mozilla-central, or reason given for direct-to-branch uplift | ||
* Ideally reproducible by QA so easily verified | * Ideally reproducible by QA so easily verified | ||
* Has 'baked' on m-c | * Has 'baked' on m-c and demonstrated decrease in crash or reproducibility | ||
* No string changes | * No string changes | ||
Changes can be: | Changes can be: | ||
edits