Closed
Bug 238210
Opened 21 years ago
Closed 21 years ago
building in browser/installer should remove unwanted files before making .zip/.tar archive
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
1.52 KB,
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
There are a set of files (tests, and binaries only needed for the build process)
that we do not want to package for firefox zip/tar builds (ok, so the tar builds
don't currently make use of this, but they will soon). This patch adds a
mechanism for removing those files before zipping them up.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #144475 -
Flags: review?(bugs)
This is a dupe (of sorts) of bug 66358. This is the quick & dirty fix for ff
but there's has to be a better way that doesn't involve hardcoding another
filelist that needs to be checked anytime a file is added or removed from the
installer builds.
*** This bug has been marked as a duplicate of 66358 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Whoops. I didn't mean to actually dupe that.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•21 years ago
|
||
Attachment #144475 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•21 years ago
|
||
re: cls's point... once I get the unix installer fu hooked up for firefox, I'm
going to change it to generate the .zip/.tar builds using the installer package
file. In the meantime, we're pushing out .zip builds of firefox that are twice
as large as they need to be (statically linked MfcEmbed included.
Assignee | ||
Comment 6•21 years ago
|
||
checked in.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•