Closed
Bug 163529
Opened 23 years ago
Closed 23 years ago
Allow for "flat only" files in packager
Categories
(SeaMonkey :: Installer, defect)
SeaMonkey
Installer
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mkaply, Assigned: dveditz)
Details
Attachments
(1 file, 1 obsolete file)
|
707 bytes,
patch
|
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
Currently, the same packages file is used for both the flat install and the
component install.
This is fine, except that there are some files that only should be installed in
the flat install.
One file in particular is installed-chrome.txt.
I'm attaching a patch that allows for files in front of the first component, and
these files are only installed in the flat case.
| Reporter | ||
Comment 1•23 years ago
|
||
Don't print an error on non component files if flat is specified.
Comment 2•23 years ago
|
||
-> Installer
Assignee: seawood → dveditz
Component: Build Config → Installer
QA Contact: granrose → bugzilla
| Reporter | ||
Comment 3•23 years ago
|
||
Not sure what I was thinking. I did a half patch.
The fix is to not error when the line is outside a component and we are not
flat, just continue.
If we are flat, do the line.
| Reporter | ||
Updated•23 years ago
|
Attachment #95905 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 95914 [details] [diff] [review]
Duh. real patch
I checked this pretty thoroughly, r=dveditz or sr=dveditz as needed
Attachment #95914 -
Flags: superreview+
| Reporter | ||
Comment 5•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•