Closed
Bug 249317
Opened 20 years ago
Closed 20 years ago
mac disk image packaging should use gzip -f
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: granrosebugs, Assigned: granrosebugs)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
774 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Was setting up a new firefox tinderbox and testing my post-mozilla.pl so
mozilla/dist was already there, including the previous builds .dmg.gz file, so
gzip stopped and asked if it should overwrite it. Due to the logging, the
prompt doesn't show in the terminal window, so it took me about 10 mins of
waiting for the script to do something before I hit return at which point the
tinderbox resumed.
We should be using "gzip -vf9" for the mac disk image packaging rather than
"gzip -9", just like we do for linux.
Patch off the aviary 1.0 branch attached. May need to update the trunk as well.
Assignee | ||
Comment 1•20 years ago
|
||
attaching patch
Assignee | ||
Comment 2•20 years ago
|
||
I'll take care of this.
Assignee: leaf → granrosebugs
Priority: -- → P3
Comment 3•20 years ago
|
||
Comment on attachment 152075 [details] [diff] [review]
add -vf to gzip options
Firefox doesn't use xpinstall/packager any more, it uses
toolkit/mozapps/installer/packager.mk, but r=me to make this change to both
files.
Attachment #152075 -
Flags: review+
Assignee | ||
Comment 4•20 years ago
|
||
patch landed on trunk for mozilla and aviary1.0 for mozilla and firefox.
resolved/fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Keywords: fixed-aviary1.0
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•