Closed
Bug 359687
Opened 19 years ago
Closed 19 years ago
XULRunner pkg packages should correctly follow filename specs
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
References
Details
(Keywords: fixed1.8.0.9, fixed1.8.1.1)
Attachments
(2 files)
820 bytes,
patch
|
benjamin
:
first-review+
dveditz
:
approval1.8.0.9+
dveditz
:
approval1.8.1.1+
|
Details | Diff | Splinter Review |
2.32 KB,
patch
|
Details | Diff | Splinter Review |
Currently, XULRunner mac packages are called e.g. xulrunner-pkg-1.9a1.en-US.mac.dmg but this does not follow our package filename convention, in that the "-pkg" part should not be added to the app name but to the platform as a "special" indicator, see http://developer.mozilla.org/en/docs/Package_Filename_Convention
This can easily be achieved by using the MOZ_PKG_SPECIAL var instead of changing MOZ_PKG_APPNAME and I'll attach a patch for that shortly.
![]() |
Assignee | |
Comment 1•19 years ago
|
||
This one-liner should do it. Unfortunately I can test this here, as I got no mac XULRunner tree...
Comment 2•19 years ago
|
||
Updated•19 years ago
|
Attachment #244812 -
Flags: first-review?(benjamin) → first-review+
![]() |
Assignee | |
Updated•19 years ago
|
Attachment #244812 -
Flags: approval1.8.1.1?
Attachment #244812 -
Flags: approval1.8.0.9?
![]() |
Assignee | |
Comment 3•19 years ago
|
||
Fixed on trunk (including nagios check file)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 4•19 years ago
|
||
Comment on attachment 244812 [details] [diff] [review]
use MOZ_PKG_SPECIAL instead of changing MOZ_PKG_APPNAME
approved for 1.8/1.8.0 branch, a=dveditz for drivers
Attachment #244812 -
Flags: approval1.8.1.1?
Attachment #244812 -
Flags: approval1.8.1.1+
Attachment #244812 -
Flags: approval1.8.0.9?
Attachment #244812 -
Flags: approval1.8.0.9+
![]() |
Assignee | |
Comment 5•19 years ago
|
||
checked into both branches and fixed the one remaining nagios check (1.8 currently has no mac builds)
Keywords: fixed1.8.0.9,
fixed1.8.1.1
Comment 6•19 years ago
|
||
This seems to have made it so that XULRunner/Mac disk image now packages a folder rather than an installer. Opened as bug 370243.
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•