Closed
Bug 247619
Opened 20 years ago
Closed 20 years ago
Name files uniquely for mirroring
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: wolf)
References
Details
(Whiteboard: beta)
When a file is uploaded, it should receive a unique enough name so that the next
version is identified separately. For example, DictionarySearch 0.6 was
uploaded as dictionarysearch_latest.xpi. So was DictionarySearch 0.6.1. Not
only did the website say 0.6, but both pointed to the same XPI. I suggest we do
name_version.xpi. Database and mirror cleanup for redundant versions can come
later.
Assignee | ||
Updated•20 years ago
|
Severity: normal → major
OS: Windows 2000 → All
Hardware: PC → All
We probably want to make the directories based on GUID, so
themes/1907614-056425047856-4217545/pinball_0.9.5.jar
Assignee | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> We probably want to make the directories based on GUID, so
> themes/1907614-056425047856-4217545/pinball_0.9.5.jar
>
I intentionally avoided doing that. :-) It makes for one hell of an ugly file
system. There's already code in place to control the directory structure, this
is about the files themselves, which'll be just as controlled.
Well, I just don't want two people releasing extension foobar 1.0 with different
GUIDs and having them run into each other. We don't really need a browsable ftp
site, just one that the web page can find things with.
Assignee | ||
Comment 4•20 years ago
|
||
There's a workaround, this isn't major. Rename files prior to uploading.
Severity: major → normal
Comment 5•20 years ago
|
||
Will extensions and themes on umo use the new standardised naming scheme (bug
257117 comment 9) or some variant thereof?
Assignee | ||
Comment 6•20 years ago
|
||
Per discussion about Extension/Theme filenames on IRC.
launchy-0.4-fx+tb.xpi
name-version-<apps seperated by +>.xpi
So the above easily indicates that it's Launchy Version 0.4 for Firefox and
Thunderbird.
Comment 7•20 years ago
|
||
(In reply to comment #6)
This won't work for Mozilla Calendar
(http://update.mozilla.org/extensions/moreinfo.php?id=208&page=releases), which
has multiple versions for different OSes.
Assignee | ||
Comment 8•20 years ago
|
||
humm. OS dependant versions tend to be at most single-OS right? (Update doesn't
support multi-OSes well, it assumes All or single, so that might be a moot
question.)
name-version-<apps seperated by +>[-<OS>].xpi
Where OS is only appended if it's single OS, otherwise it's left off.
calendar-0.9-fx+tb-win32.xpi (as an example)
Assignee | ||
Updated•20 years ago
|
Priority: -- → P1
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Whiteboard: fixed-development
Assignee | ||
Updated•20 years ago
|
Whiteboard: fixed-development → fixed-beta
Assignee | ||
Comment 9•20 years ago
|
||
Bulk Moving Developer Control Panel bugs to new component.
(Filter: massdevcpspam)
Component: Update → Developers
Product: mozilla.org → Update
Version: other → unspecified
Reporter | ||
Comment 10•20 years ago
|
||
Mass-resolving bugs that have been fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•20 years ago
|
||
Sorry for the bugspam, reopening bugs wrongly marked as resolved.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → 1.0
Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Whiteboard: fixed-beta → beta
Version: unspecified → 0.9
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
•