Closed
Bug 362426
Opened 18 years ago
Closed 18 years ago
[additem] single digit versions not allowed
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
3.0beta
People
(Reporter: mozilla, Assigned: fligtar)
References
()
Details
Attachments
(1 file)
1.40 KB,
application/x-xpinstall
|
Details |
When I uploaded a new version of my extension, Bookmarks' Full Titles, AMO assigned it a version number of "#genid1" even though the version is given as "2" in install.rdf.
The file was saved to disc as bookmarks_full_titles-#genid1-fx.xpi. The addon's ID is 1042 and the version ID is 26761.
This happened twice in a row (both in the last quarter of an hour or so). I deleted the first attempt (its version ID was 26761) because I went away for several hours just before completing the submission and had various adventures (involving logging back in on an another tab and the POSTDATA dialogue) that I thought might have caused the bug.
It didn't – just going through the normal process causes this. If I try to upload the file again without completing the submission, the version is still given as #genid1.
I'll attach the extension in question in a sec.
Reporter | ||
Comment 1•18 years ago
|
||
Steps to reproduce:
1. Upload this to AMO as a new version of any of (at least two of) my existing extensions, or as a new extension
Expected result:
Version is 2
Actual result:
Version is #genid1
Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #0)
> I deleted the first attempt (its version ID was 26761)
No it wasn't – it was 26760. ...with a zero.
Assignee | ||
Comment 3•18 years ago
|
||
Additem apparently doesn't like versions with single digits. If you use 2.0 it will work.
Assignee: nobody → fligtar
Severity: critical → normal
Component: Add-ons → Developer Pages
Depends on: remora-dev
Flags: blocking-remora-beta+
OS: Windows XP → All
Hardware: PC → All
Summary: AMO assigned a version number of "#genid1" to my extension → [additem] single digit versions not allowed
Target Milestone: --- → 3.0beta
Assignee | ||
Comment 4•18 years ago
|
||
Debugging our 1600 line RDF parser was fun, but I finally found the missing equal sign. This is fixed in Remora.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
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
•