Closed
Bug 328742
Opened 20 years ago
Closed 20 years ago
MAR files (update.manifest) cannot be reliably recreated exactly
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mkaply, Unassigned)
Details
Attachments
(3 files)
I'm investigating creating my own versions of MAR files and I found a 15 byte difference in my update.manifest file.
The difference was that the order of files used in the release manifest seemed completely random (although it was 15 bytes smaller than mine)
I don't think this random order was done deliberately to save 15 bytes - I believe it was file system dependent.
In order to ensure that the MAR files can be recreated reliably, we should sort the results:
find . -type f ! -name "channel-prefs.js" ! -name "update.manifest" | sed 's/\.\/\(.*\)/"\1"/' | sort
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
Attachment #213334 -
Flags: review?(darin)
Updated•20 years ago
|
Attachment #213334 -
Flags: review?(darin) → review+
| Reporter | ||
Comment 4•20 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•