Open
Bug 1032035
Opened 11 years ago
Updated 3 years ago
Make a shared package manifest
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: jcranmer, Unassigned)
Details
Attachments
(1 file)
|
47.71 KB,
text/plain
|
Details |
00:05 < glandium> jcranmer: the first thing we should do, though, is to move
out everything that's common to b2g, browser, mail and mobile
to a toolkit package manifest
00:05 < glandium> manifests are preprocessed, they could all include the same
common file
I've attached a file that is the result of
/src/trunk/comm-central $ find -name package-manifest.in | xargs cat | grep '^[^#;[]' | sort | uniq -c | sort -n
There are 6 package-manifest.in files here (im, mail, suite, browser, android, b2g). One line is apparently repeated twice in one file (WTF?), and 284 are in all 6 files. I think the proper cutoff is about 3, to account for manifests that don't include all the proper entries for various reasons (e.g., no need to have a Windows-only #ifdef in an android package manifest).
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•