Closed
Bug 1072663
Opened 10 years ago
Closed 10 years ago
Update removed-files for the move from Contents/MacOS to Contents/Resources
Categories
(SeaMonkey :: Installer, defect)
Tracking
(seamonkey2.31+ fixed, seamonkey2.32+ fixed)
RESOLVED
FIXED
seamonkey2.32
People
(Reporter: robert.strong.bugs, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
108.57 KB,
patch
|
philip.chee
:
review+
philip.chee
:
feedback+
|
Details | Diff | Splinter Review |
With Mac v2 signing we need to use the Contents/Resources directory and the removed-files.in file only understands the Contents/MacOS directory. To deal with this there are two new defines in packager.mk that point to the Contents/MacOS and the Contents/Resources directory on Mac and are empty for other platforms so it is simple to have one entry in the removed-files.in file that work for all platforms. Note: the SeaMonkey removed-files.in file can be massively cleaned up similar to bug 649607 for Firefox but that shouldn't hold up getting this landed.
Reporter | ||
Comment 1•10 years ago
|
||
Could you drive the review for these patches? We are shooting to land on Monday.
Attachment #8494873 -
Flags: feedback?(bugspam.Callek)
Comment 2•10 years ago
|
||
Comment on attachment 8494873 [details] [diff] [review] patch Review of attachment 8494873 [details] [diff] [review]: ----------------------------------------------------------------- Not clear to me where @DIR_*@ bits are coming from (when I'm looking at this patch in isolation). f+ though, and if TB's patch(es) don't get a drastically different approach feel free to land. But I'm going to flag :jcranmer for official review assuming he's who will get the TB ones checked out as well.
Attachment #8494873 -
Flags: review?(Pidgeot18)
Attachment #8494873 -
Flags: feedback?(bugspam.Callek)
Attachment #8494873 -
Flags: feedback+
Reporter | ||
Comment 3•10 years ago
|
||
It can be seen in the dependent bug - bug 1059567. I doubt that I will have time to land this on c-c when all of the other bugs have landed on m-c.
Comment 4•10 years ago
|
||
Comment on attachment 8494873 [details] [diff] [review] patch I suspect Mark would be a better reviewer. I'll admit that I've not really paid much attention to the OS X stuff, so I can't comment in much detail about what needs to or doesn't need to be done.
Attachment #8494873 -
Flags: review?(Pidgeot18) → review?(standard8)
Comment 5•10 years ago
|
||
Comment on attachment 8494873 [details] [diff] [review] patch Review of attachment 8494873 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, r=Standard. Thanks for the patch.
Attachment #8494873 -
Flags: review?(standard8) → review+
Reporter | ||
Comment 6•10 years ago
|
||
I was able to compile comm-central by going to an earlier revision of mozilla-central. In doing so I found some replace errors and updated this file.
Attachment #8494873 -
Attachment is obsolete: true
Updated•10 years ago
|
Attachment #8496717 -
Attachment description: patch → patch. Carrying forward f=Callek r=Standard8
Attachment #8496717 -
Flags: review+
Attachment #8496717 -
Flags: feedback+
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Pushed to comm-central: https://hg.mozilla.org/comm-central/rev/0d54c78a3cfc Thank you for the patch.
Status: NEW → RESOLVED
Closed: 10 years ago
status-seamonkey2.32:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.32
Comment 8•10 years ago
|
||
Comment on attachment 8496717 [details] [diff] [review] patch. Carrying forward f=Callek r=Standard8 Regression caused by (bug #): 1047584 User impact if declined: Problems installing on OSX Marvicks Testing completed (on m-c, etc.): Yes Risk to taking this patch (and alternatives if risky): low to none. String changes made by this patch: None
Attachment #8496717 -
Flags: approval-comm-aurora?
Comment 9•10 years ago
|
||
Note Bug 1047584 and all dependent bugs were Uplifted to aurora and are now on mozilla-beta so I'm going to land all four on comm-beta and/or release to make it to SeaMonkey 2.31
Comment 10•10 years ago
|
||
Landed on comm-beta: http://hg.mozilla.org/releases/comm-beta/rev/53f91117c4e5
Comment 11•10 years ago
|
||
Comment on attachment 8496717 [details] [diff] [review] patch. Carrying forward f=Callek r=Standard8 Missed the uplift to aurora. Landed on Beta instead.
Attachment #8496717 -
Flags: approval-comm-aurora?
You need to log in
before you can comment on or make changes to this bug.
Description
•