Closed
Bug 122067
Opened 24 years ago
Closed 23 years ago
[mach] make in xpinstall/packager creates a tar.gz
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4alpha
People
(Reporter: mozillaBugzilla, Assigned: netscape)
Details
Attachments
(1 file, 1 obsolete file)
|
2.86 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
running make (gmake) in xpinstall/packager creates a .tar.gz like any other unix
distribution. when this is untarred, there is no double clickable app.
Ideally it will create a disk image containing Mozilla.app (which isn't in the
tar file)
| Assignee | ||
Comment 1•24 years ago
|
||
Over to Zach as I know nothing about making diskimages for macho.
Assignee: seawood → zach
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
well I know nothing about Makefiles and the packaging system so this will
be fun... I'll see what I can do though.
Status: NEW → ASSIGNED
Summary: [Mach-o] make in xpinstall/packager creates a tar.gz → [mach] make in xpinstall/packager creates a tar.gz
This comment posted from 20030313 Mach-O.
Res ipsa loquitur.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 4•23 years ago
|
||
Umm, just because there are nightlies which create diskimages does not mean that
this bug is fixed.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Assignee | ||
Comment 5•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #117312 -
Flags: review?(bryner)
Comment 6•23 years ago
|
||
Comment on attachment 117312 [details] [diff] [review]
v1.0
why not use build/package/mac_osx/make-diskimage instead of duplicating it
here?
Attachment #117312 -
Flags: review?(bryner) → review-
| Assignee | ||
Comment 7•23 years ago
|
||
Because I had no idea it existed in the mozilla tree. I though it was stuffed
in the commercial tree somwhere.
Assignee: zach → seawood
Status: REOPENED → NEW
Comment 8•23 years ago
|
||
I wasn't aware either of the existence of
mozilla/build/package/mac_osx/make-diskimage
The make-diskimage script I'm using for the nightly builds - that I inherited
from bryner about a month ago - has been revv'ed a couple of times since then,
and I was going to check it in the commercial tree together with the netscape
nightly build automation. But since is has nothing specific to netscape, I'll
update mozilla/build/package/mac_osx/make-diskimage instead with my changes
(added support for background image and a license dialog display on mount).
When that's done, you might be able to call it from Makefile.in as Brian suggests.
| Assignee | ||
Comment 9•23 years ago
|
||
Attachment #117312 -
Attachment is obsolete: true
| Assignee | ||
Updated•23 years ago
|
Attachment #118179 -
Flags: review?(bryner)
Updated•23 years ago
|
Attachment #118179 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 10•23 years ago
|
||
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4alpha
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•