Closed
Bug 427098
Opened 17 years ago
Closed 17 years ago
Platform limit of 3 platforms is too low
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.5
People
(Reporter: sipaq, Assigned: fligtar)
References
Details
Attachments
(1 file)
169.44 KB,
image/png
|
Details |
When I tried to update the Lightning extension to 0.8, AMO let me only upload builds for three platforms (Win, Linux, Mac). I can't upload our fourth supported platform (Solaris).
Please remove this arbitrary limit or at least set it to a higher default (e.g. 10)
Comment 1•17 years ago
|
||
I could easily generate a patch to update this by a couple of platforms, but a more general solution might be wanted, which is probably too much for my limited time.
Possible general solution would be to make javascript generate the tags needed for an extra platform, using the first platform tag as a template.
Alternatively, all tags could be pre-generated using the number of supported platforms.
Assignee | ||
Comment 2•17 years ago
|
||
The reason we only put 3 platforms in originally was because I ran queries to see if there are any add-ons that support more than 3 when you could still upload more than 3, and there weren't.
I just ran the same queries today:
There are 0 files that support Solaris
There are 4 files that support BSD, all of which are no longer in use.
I'm currently working on a revamp of the Developer Tools and this will be fixed for that, but I don't want to take this bug for the current DevCP - the code is too messy.
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> The reason we only put 3 platforms in originally was because I ran queries to
> see if there are any add-ons that support more than 3 when you could still
> upload more than 3, and there weren't.
Understandable, but things change :-)
> I just ran the same queries today:
> There are 0 files that support Solaris
> There are 4 files that support BSD, all of which are no longer in use.
Well, if you leave me the choice of taking Solaris instead of Mac, Linux or Windows builds, I will always chose the latter, because those platforms are much more popular. So this isn't a very good metric.
Anyway, thanks for moving this into one of the next updates.
Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → 3.5
Assignee | ||
Comment 4•17 years ago
|
||
This is fixed in 3.5.
Assignee: nobody → fligtar
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
Thanks Justin. Any estimation when this will be rolled out to AMO?
Assignee | ||
Comment 6•17 years ago
|
||
It will be on the site in beta form with the next release, and hopefully fully launched within the month.
Comment 7•17 years ago
|
||
Comment 8•17 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
•