Closed
Bug 1166554
Opened 11 years ago
Closed 7 years ago
Use mozbuild.jar-based zip tool for gecko.ap_
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: glandium, Unassigned)
References
(Blocks 1 open bug)
Details
Building gecko.ap_ currently uses 2 zip commands, one for adding files with -0 and another for the others with -9. This relies on the fact that running zip twice adds files to existing archives, which our mozbuild.jar-based tool doesn't do. I think we shouldn't make it do so, and instead support something like -0 file1 file2 -9 file3 file4, where file1 and file2 are uncompressed and file3 and file4 are compressed.
Updated•8 years ago
|
Product: Core → Firefox Build System
This is no longer relevant. For Firefox for Android, we use https://searchfox.org/mozilla-central/source/python/mozbuild/mozbuild/action/package_fennec_apk.py, which is (as far as I know) reproducible.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•