Closed
Bug 1342826
Opened 8 years ago
Closed 8 years ago
Fix macosx64's release-l10n for invalid entries and update debug mozconfig to include --enable-calendar
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(seamonkey2.50 fixed, seamonkey2.51 fixed)
RESOLVED
FIXED
seamonkey2.51
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file, 1 obsolete file)
1.58 KB,
patch
|
frg
:
review+
iannbugzilla
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Currently, in all trees, macosx64/release-l10n is bad (we have never
used macosx64/release-l10n as we used macosx-universal/release-l10n.
However, with the dropping of universal builds, we need to fix
the macosx64/release-l10n as the following need to be replaced:
if [ "$MOZ_UPDATE_CHANNEL" == "beta" ]; then
ac_add_options --with-l10n-base=../../releases/l10n/mozilla-beta
fi;
if [ "$MOZ_UPDATE_CHANNEL" == "release" ]; then
ac_add_options --with-l10n-base=../../releases/l10n/mozilla-release
fi;
![]() |
Assignee | |
Comment 1•8 years ago
|
||
macosx64 release-l10n is old (and was never used).. updating to reflect
the required entries.
![]() |
Assignee | |
Comment 2•8 years ago
|
||
This patch needs to be uplifted to c-a only as c-b and c-r are still using
universal builds.
![]() |
Assignee | |
Updated•8 years ago
|
Summary: Fix macosx64's release-l10n for invalid entries → Fix macosx64's release-l10n for invalid entries and update debug mozconfig to include --enable-calendar
![]() |
Assignee | |
Comment 3•8 years ago
|
||
Attachment #8841397 -
Attachment is obsolete: true
Attachment #8841397 -
Flags: review?(frgrahl)
Attachment #8841446 -
Flags: review?(frgrahl)
![]() |
||
Comment 4•8 years ago
|
||
Comment on attachment 8841446 [details] [diff] [review]
[mozconfigs] update osx64 release-l10n and debug
[Approval Request Comment]
Regression caused by (bug #): 1329379
User impact if declined: no l10n OSX builds
Testing completed (on m-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): none
String changes made by this patch:
Attachment #8841446 -
Flags: review?(frgrahl)
Attachment #8841446 -
Flags: review+
Attachment #8841446 -
Flags: approval-comm-aurora?
![]() |
Assignee | |
Comment 5•8 years ago
|
||
https://hg.mozilla.org/comm-central/rev/abb720f671051534799f598a131ea7ac26a36987
Bug 1342826 - Update macosx64 release-l10n mozconfig. r=frg
Comment on attachment 8841446 [details] [diff] [review]
[mozconfigs] update osx64 release-l10n and debug
a=me for c-a
Attachment #8841446 -
Flags: approval-comm-aurora? → approval-comm-aurora+
![]() |
||
Comment 7•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-seamonkey2.50:
--- → fixed
status-seamonkey2.51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.51
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•