Closed
Bug 650227
Opened 14 years ago
Closed 14 years ago
Adapt comm-central build configuration for building Miramar builds off of comm-central and mozilla-aurora
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 5.0b1
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
|
5.91 KB,
patch
|
gozer
:
review+
|
Details | Diff | Splinter Review |
I want to get Miramar builds moved onto the version of gecko that we're actually going to be shipping from.
I believe that with some build config changes we can do this without affecting SeaMonkey builds (and we can remove the gecko 2.0 specific stuff once SeaMonkey branches).
I'll be doing a patch for this in a bit.
| Assignee | ||
Comment 1•14 years ago
|
||
This fixes it for Thunderbird only, but SeaMonkey can pick it up when ready (if needed).
I'll take the review of whoever gets there first as I'm hoping to land this today if possible.
Attachment #526220 -
Flags: review?(kairo)
Attachment #526220 -
Flags: review?(gozer)
Attachment #526220 -
Flags: review?(bugspam.Callek)
Updated•14 years ago
|
Attachment #526220 -
Flags: review?(gozer) → review+
| Assignee | ||
Updated•14 years ago
|
Attachment #526220 -
Flags: review?(kairo)
Attachment #526220 -
Flags: review?(bugspam.Callek)
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: in-testsuite-
Target Milestone: --- → Thunderbird 3.3a4
Version: unspecified → Trunk
Comment 3•14 years ago
|
||
Comment on attachment 526220 [details] [diff] [review]
The fix
> ifdef MOZILLA_2_0_BRANCH
> THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-20.txt)
Nit: you should remove this obsoleted lone too. (3 times)
> SEAMONKEY_VERSION := $(shell cat $(topsrcdir)/suite/config/version-20.txt)
>+elif defined(MOZILLA_5_0_BRANCH)
>+THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-50.txt)
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Comment on attachment 526220 [details] [diff] [review]
> The fix
>
> > ifdef MOZILLA_2_0_BRANCH
> > THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version-20.txt)
>
> Nit: you should remove this obsoleted lone too. (3 times)
No point. It doesn't hurt anything and we can just do it all in one block when we remove MOZILLA_2_0_BRANCH.
| Assignee | ||
Updated•14 years ago
|
Version: Trunk → unspecified
Comment 5•14 years ago
|
||
This seem to have regressed Lightning Bug 651196.
You need to log in
before you can comment on or make changes to this bug.
Description
•