Closed
Bug 1091282
Opened 9 years ago
Closed 9 years ago
tracking bug for build and release of Firefox and Fennec 33.1
Categories
(Release Engineering :: Release Requests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Unassigned)
References
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2762] )
Attachments
(5 files)
1.92 KB,
patch
|
massimo
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
1.07 KB,
patch
|
nthomas
:
review+
hwine
:
checked-in+
|
Details | Diff | Splinter Review |
418 bytes,
patch
|
nthomas
:
review+
massimo
:
checked-in+
|
Details | Diff | Splinter Review |
671 bytes,
patch
|
catlee
:
review+
massimo
:
checked-in+
|
Details | Diff | Splinter Review |
23.61 KB,
text/x-python-script
|
Details |
The anniversary release.
Reporter | ||
Comment 1•9 years ago
|
||
Over in bug 1077643 the in-app code has been modified to show a whatsnew page after the update, just for the locales we have localisation for. This patch will fix up build2 so we don't need to do any manual work on snippets.
Attachment #8514057 -
Flags: review?(mgervasini)
Updated•9 years ago
|
Attachment #8514057 -
Flags: review?(mgervasini) → review+
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8514057 [details] [diff] [review] [tools] Disable whatsnew pages in update system https://hg.mozilla.org/build/tools/rev/9d9c3aa48db0
Attachment #8514057 -
Flags: checked-in+
Comment 4•9 years ago
|
||
Attachment #8516178 -
Flags: review?(nthomas)
Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8516178 [details] [diff] [review] [tools] offer no opinion on whatsnew page for build 3 Thanks for handling this. The error crept in because we normally swap between whatsnew or no whatsnew entirely in snippets, and this is something new.
Attachment #8516178 -
Flags: review?(nthomas) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8516178 [details] [diff] [review] [tools] offer no opinion on whatsnew page for build 3 https://hg.mozilla.org/build/tools/rev/b788321bd4aa
Attachment #8516178 -
Flags: checked-in+
Updated•9 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2755]
Updated•9 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2755] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2762]
Reporter | ||
Comment 7•9 years ago
|
||
For 33.0.3, I've had to revert the changes we made earlier to the patcher config. This combines attachment 8514057 [details] [diff] [review] and attachment 8516178 [details] [diff] [review], in zero-context way to make it apply as is on top of the incoming 33.0.3 changes. Carrying r+.
Attachment #8517897 -
Flags: review+
Comment 8•9 years ago
|
||
Build 3 is going to be windows only
Attachment #8518216 -
Flags: review?(catlee)
Updated•9 years ago
|
Attachment #8518216 -
Flags: review?(catlee) → review+
Updated•9 years ago
|
Attachment #8518216 -
Flags: checked-in+
Comment 9•9 years ago
|
||
Comment on attachment 8517897 [details] [diff] [review] [tools] redo 'no opinion' for whatsnew build3 landed with a minor change; removed line 15, - openURL https://www.mozilla.org/%locale%/firefox/33.0.3/whatsnew/?oldversion=%OLD_VERSION% instead of: >- openURL https://www.mozilla.org/%locale%/firefox/33.0.2/whatsnew/?oldversion=%OLD_VERSION%
Attachment #8517897 -
Flags: checked-in+
Reporter | ||
Comment 10•9 years ago
|
||
The diff from FIREFOX_33_1_RELEASE in m-r is: --- make_incremental_updates.py.ref 2014-11-07 04:47:01.365211362 -0800 +++ make_incremental_updates.py 2014-11-07 02:06:38.355225774 -0800 @@ -434,7 +434,7 @@ except Exception, exc: try: m = re.search( - '(?P<platform>.+?)\/(?P<locale>.+?)\/(?P<product>\w+)-(?P<version>\w+\.\w+)\.(?P<type>\w+).mar', + '(?P<platform>.+?)\/(?P<locale>.+?)\/(?P<product>\w+)-(?P<version>\w+\.\w+(?:\.\w+)?)\.(?P<type>\w+).mar', filepath) return m.groupdict() except: to cope with x.y.z versioning.
Comment 11•9 years ago
|
||
Checked in code deployed to production
Comment 12•9 years ago
|
||
I reverted the platform changes https://hg.mozilla.org/build/buildbot-configs/rev/639ddf5f9ae4 https://hg.mozilla.org/build/buildbot-configs/rev/4a626f10c6f7
Reporter | ||
Comment 13•9 years ago
|
||
Shipped today. Happy 10th Anniversary Firefox!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•