Closed
Bug 639615
Opened 14 years ago
Closed 14 years ago
Add-on 'Download Statusbar' fails validation in preview
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
6.0.0
People
(Reporter: krupa.mozbugs, Assigned: basta)
References
()
Details
Attachments
(1 file)
24.44 KB,
application/x-xpinstall
|
Details |
steps to reproduce:
1. Download the add-on from https://addons.mozilla.org/en-US/firefox/addon/download-statusbar/
2. Upload the add-on in preview
observed behavior:
Validation fails with 'Addon missing install.rdf'. See https://addons.allizom.org/en-US/developers/upload/a558f7c4bf604a7694378d10cbb46a0d
Validator is expecting an install.rdf for downbarPackage.jar
Reporter | ||
Comment 1•14 years ago
|
||
Also, validation passes in prod
Comment 2•14 years ago
|
||
Is this something that just landed on preview?
Comment 3•14 years ago
|
||
Sounds like it's looking for install.rdf in nested packages now
Updated•14 years ago
|
Assignee: nobody → mbasta
Comment 4•14 years ago
|
||
matt, have you looked at this? Is it an easy fix?
Assignee | ||
Comment 5•14 years ago
|
||
It's fixed by this:
https://github.com/mozilla/amo-validator/pull/3
Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•14 years ago
|
||
Download Statusbar passes validation but this is not fixed for other add-ons.
STR:
1. Upload the attached mobile add-on.
Validation fails.
https://addons.allizom.org/en-US/developers/upload/819e3af9475d44b78cf67650fd1b1e58
Reporter | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
Target Milestone: 6.0.0 → 6.0.1
Comment 8•14 years ago
|
||
This sounds important and makes me a little nervous since it works for one add-on but fails the next. Let us know what you find out.
Assignee | ||
Comment 9•14 years ago
|
||
Found the problem; it was caused because the new resource I created in the error bundler was not being set properly. I fixed it and added some unit testing.
https://github.com/mozilla/amo-validator/pull/5
Reporter | ||
Comment 11•14 years ago
|
||
(In reply to comment #10)
> ok, will try to get in to this push
yay!
Assignee | ||
Comment 12•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 13•14 years ago
|
||
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•