Closed Bug 1233201 Opened 9 years ago Closed 8 years ago

create a manifest of current addons used in build and test automation

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jlund, Unassigned)

References

Details

we require this for two reasons:

1) so we have an official list of addons that releng can iterate through and manually one off sign

2) get data as to how many addons we currently have and how often they change
Blocks: 1233202
Here are some rough stats from dxr searching:
Number of xpi's checked into the tree: 102 [1]
Number of install.rdf's in the tree: 226 [2]
Number of xpi's that end up in the objdir: 225 [3]
Number of install.rdf's that end up in the objdir: 17 [4] 

Some addons are generated on the fly (including install.rdf's). Some are copied or generated in the objdir multiple times. Some are already signed. Some are explicitly supposed to be left unsigned in order to test addon signing. Not all addons are used in continuous integration.

It's hard to say exactly which addons need attention and how much work there is, but the links below should give a decent starting point.


[1] https://dxr.mozilla.org/mozilla-central/search&redirect=false&q=ext%3Axpi%20-path%3Aobj-x86_64-unknown-linux-gnu%2F
[2] https://dxr.mozilla.org/mozilla-central/search&redirect=false&q=path%3Ainstall.rdf%20-path%3Aobj-x86_64-unknown-linux-gnu%2F
[3] https://dxr.mozilla.org/mozilla-central/search?q=ext%3Axpi+path%3Aobj-x86_64-unknown-linux-gnu%2F&redirect=false&case=false
[4] https://dxr.mozilla.org/mozilla-central/search?q=path%3Ainstall.rdf+path%3Aobj-x86_64-unknown-linux-gnu%2F&redirect=true&case=false
push jobs to try until green, don't really need to make a manifest
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.