Closed Bug 1318603 Opened 8 years ago Closed 8 years ago

tracking bug for build and release of Firefox 50.0.1

Categories

(Release Engineering :: Release Requests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #1313434 +++

This release is special. Need to follow instructions from https://bugzilla.mozilla.org/show_bug.cgi?id=1309894#c34 and https://bugzilla.mozilla.org/show_bug.cgi?id=1313434
tools:

$ hg up FIREFOX_50_0_RELEASE_RUNTIME
$ hg branch FIREFOX_50_0_1
$ hg commit -m "Bug 1318603: create FIREFOX_50_0_1 branch"
$ hg push -r . --new-branch
pushing to ssh://hg.mozilla.org/build/tools
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 3 changes to 3 files (+1 heads)
remote: recorded push in pushlog
remote:
remote: View your change here:
remote:   https://hg.mozilla.org/build/tools/rev/6ca21aa299da403f4da3a7b1884c1058edd64581
remote: recorded changegroup in replication log in 0.003s
In mozilla-unified repo:

$ hg up FIREFOX_50_0_RELEASE
$ hg branch FIREFOX_50_0_1_RELBRANCH
$ hg commit -m "Bug 1318603: Create FIREFOX_50_0_1_RELBRANCH"

$ vi testing/mozharness/configs/releases/updates_firefox_release.py # adjust tools repo revision, set to FIREFOX_50_0_1
$ vi testing/mozharness/configs/releases/postrelease_firefox_release.py  # adjust mozilla-release revision, set to FIREFOX_50_0_1_RELBRANCH
$ vi browser/config/version* config/milestone.txt  # bump version 50.0 -> 50.0.1

$ hg commit -m "Bug 1318603: Use FIREFOX_50_0_1_RELBRANCH for 50.0.1 release r=me a=release"

$ hg out -r . release                                 
comparing with release         
searching for changes                                                               
changeset:   370367:0d6ad0f422ea        
branch:      FIREFOX_50_0_1_RELBRANCH                                                                                                       
parent:      368035:dc617d65c9f0                                    
user:        Rail Aliiev <rail@mozilla.com>                         
date:        Fri Nov 18 09:03:30 2016 +0100
summary:     Bug 1318603: Create FIREFOX_50_0_1_RELBRANCH
                          
changeset:   370368:5d2aaba53ad5   
branch:      FIREFOX_50_0_1_RELBRANCH
tag:         tip                                      
user:        Rail Aliiev <rail@mozilla.com>
date:        Fri Nov 18 09:13:46 2016 +0100
summary:     Bug 1318603: Use FIREFOX_50_0_1_RELBRANCH for 50.0.1 release r=me a=release

$ hg push -r . --new-branch release
pushing to ssh://hg.mozilla.org/releases/mozilla-release
searching for changes
remote: adding changesets                                                                                                                                                            
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 2 changes to 2 files (+1 heads)
remote: recorded push in pushlog
remote:
remote: View your changes here:
remote:   https://hg.mozilla.org/releases/mozilla-release/rev/0d6ad0f422ea62b9136d35fd1ae066fb979b398b
remote:   https://hg.mozilla.org/releases/mozilla-release/rev/5d2aaba53ad5d2fac78bb53fe250af2c9e6b6364
remote:
remote: Follow the progress of your build on Treeherder:
remote:   https://treeherder.mozilla.org/#/jobs?repo=mozilla-release&revision=5d2aaba53ad5d2fac78bb53fe250af2c9e6b6364
remote: recorded changegroup in replication log in 0.005s
I merged the tools repo to default https://hg.mozilla.org/build/tools/rev/8c741d71192318936d349b14507da5fd383698f7

We need these changes to make sure we can generate 50.0.1 -> 50.1.0 partials properly.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Blocks: 1321117
You need to log in before you can comment on or make changes to this bug.