Closed
Bug 1119236
Opened 10 years ago
Closed 10 years ago
tracking bug for build and release of Firefox and Fennec 36.0
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(4 files, 3 obsolete files)
6.00 KB,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
8.48 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.33 KB,
patch
|
rail
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.08 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
This includes betas and release
Comment 2•10 years ago
|
||
The aim is to add all the info for 35.0build3 to the beta patcher config, so that we can specify that in ship-it and have partials generated and tested automatically. Ideally we'd have 35.0build2 as well, based on ADI, but the machinery doesn't know how to deal with two builds with the same version. Anyway, most people should have updated build2 -> build3 by the time we ship 36.0b1.
I was able to do a bump from this to 36.0b1 without hitting any errors (faked out the 36.0b1 buildID), and the linux64 update verify config bumped fine too.
Attachment #8547788 -
Flags: review?(bhearsum)
Comment 3•10 years ago
|
||
Comment on attachment 8547788 [details] [diff] [review]
[tools] Set up patcher config for 35.0build3 --> 36.0b1 partial
Review of attachment 8547788 [details] [diff] [review]:
-----------------------------------------------------------------
Looks pretty straightforward to me.
Attachment #8547788 -
Flags: review?(bhearsum) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8547788 [details] [diff] [review]
[tools] Set up patcher config for 35.0build3 --> 36.0b1 partial
https://hg.mozilla.org/build/tools/rev/84f3e5e3ee6d
Attachment #8547788 -
Flags: checked-in+
Assignee | ||
Comment 5•10 years ago
|
||
We had some update verification errors like this:
Retrieving 'http://stage.mozilla.org/pub/mozilla.org//firefox/candidates/36.0b2-candidates/build1/win32/de/Firefox Setup 36.0b2.exe' from cache...
PATCH DIRECTORY ../../update
INSTALLATION DIRECTORY .
WORKING DIRECTORY .
failed: 22
calling QuitProgressUI
FAIL: update status was not succeeded: failed: 22
FAIL: check_updates returned failure for WINNT_x86-msvc downloads/Firefox Setup 35.0.exe vs. downloads/Firefox Setup 36.0b2.exe: 1
Error 22 means
#define MAR_CHANNEL_MISMATCH_ERROR 22
Sounds like we need to override the update channels before we try to update.
The patch should solve the issue. The second hunk is generated by:
python tools/scripts/updates/create-update-verify-configs.py \
-c tools/release/patcher-configs/mozBeta-branch-patcher2.cfg \
--platform win32 --output tools/release/updates/mozBeta-firefox-win32.cfg \
--release-config-file mozilla/release-firefox-mozilla-beta.py \
-b https://hg.mozilla.org/build/buildbot-configs --channel beta-localtest \
-t FIREFOX_36_0b2_RELEASE
Attachment #8552468 -
Flags: review?(bhearsum)
Comment 6•10 years ago
|
||
Comment on attachment 8552468 [details] [diff] [review]
add_mar-channel-ids.diff
Review of attachment 8552468 [details] [diff] [review]:
-----------------------------------------------------------------
Looks sensible to me. Make sure you retag with _RELEASE_RUNTIME!
Attachment #8552468 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8552468 [details] [diff] [review]
add_mar-channel-ids.diff
remote: https://hg.mozilla.org/build/tools/rev/a6d710e4ab28
remote: https://hg.mozilla.org/build/tools/rev/04f007605847
Attachment #8552468 -
Flags: checked-in+
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8564797 -
Flags: review?(nthomas)
Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8564798 -
Flags: review?(nthomas)
Assignee | ||
Updated•10 years ago
|
Attachment #8564797 -
Attachment is obsolete: true
Attachment #8564797 -
Flags: review?(nthomas)
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8564798 [details] [diff] [review]
RC.diff
I'll update it with WNP
Attachment #8564798 -
Flags: review?(nthomas)
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8564798 -
Attachment is obsolete: true
Attachment #8564800 -
Flags: review?(nthomas)
Updated•10 years ago
|
Attachment #8564800 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 12•10 years ago
|
||
We have beta 10
Attachment #8564800 -
Attachment is obsolete: true
Attachment #8565616 -
Flags: review+
Assignee | ||
Comment 13•10 years ago
|
||
Comment on attachment 8565616 [details] [diff] [review]
RC+WNP.diff
https://hg.mozilla.org/build/buildbot-configs/rev/8bef1c3063a1
Attachment #8565616 -
Flags: checked-in+
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Comment on attachment 8565616 [details] [diff] [review]
RC+WNP.diff
Review of attachment 8565616 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozilla/release-firefox-mozilla-release.py.template
@@ +46,3 @@
> }
> +# What's New Page for Hello TODO: remove on request
> +releaseConfig['openURL'] = 'https://www.mozilla.org/%locale%/firefox/{{ appVersion }}/whatsnew/?oldversion=%OLD_VERSION%'
The lower case %locale% caused bug 1136143. Need to use upper case next time!
Assignee | ||
Comment 16•10 years ago
|
||
Just to follow up bug 1136143
Attachment #8568538 -
Flags: review?(bhearsum)
Updated•10 years ago
|
Attachment #8568538 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 17•10 years ago
|
||
Comment on attachment 8568538 [details] [diff] [review]
fix_locale.diff
https://hg.mozilla.org/build/buildbot-configs/rev/8d9202cbf770
Attachment #8568538 -
Flags: checked-in+
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 18•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•