mobile doesn't use most files installed in defaults/settings
Categories
(Firefox :: Remote Settings Client, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: glandium, Assigned: standard8)
Details
Attachments
(1 file)
Per mobile/android/installer/package-manifest.in, the only files used from dist/bin/defaults/settings are:
defaults/settings/last_modified.json
defaults/settings/blocklists/gfx.json
defaults/settings/main/password-recipes.json
defaults/settings/security-state/onecrl.json
As such, all the other files that are in dist/bin/defaults/settings shouldn't be in dist/bin in the first place in mobile builds (apparently thunderbird installs them, but maybe that's a result of cargo culting rather than a deliberate choice).
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:leplatrem, could you have a look please?
For more information, please visit BugBot documentation.
Comment 3•1 year ago
|
||
Do you mean that moz.build
should be adjusted to the list in package-manifest.in
?
I don't know the subtleties of the packaging system, but with a little bit of hand hold, I would be happy to help clean this up and make docs clearer.
Updated•1 year ago
|
Reporter | ||
Comment 4•1 year ago
|
||
(In reply to Mathieu Leplatre [:leplatrem] from comment #3)
Do you mean that
moz.build
should be adjusted to the list inpackage-manifest.in
?
Yes.
Assignee | ||
Comment 5•1 year ago
|
||
I was in the area looking at something related so I fixed this whilst I was there. Should have a patch up later today.
Assignee | ||
Comment 6•1 year ago
|
||
Comment 8•1 year ago
|
||
bugherder |
Description
•