Closed
Bug 753821
Opened 13 years ago
Closed 13 years ago
changing status from Admin Disabled isn't restoring file
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eviljeff, Unassigned)
Details
(Keywords: regression, Whiteboard: [ReviewTeam:P1])
Changing a version status from Disabled By Mozilla to 'pending preliminary review' or another non-Disabled state isn't making the xpi and contents available again like its supposed to.
The file contents view is empty and the xpi downloads a 0 bytes file.
(The old /admin/fix-disabled tool doesn't seem to fix the issue either).
e.g. https://addons.mozilla.org/en-US/firefox/files/browse/150505/
and
https://addons.mozilla.org/firefox/downloads/file/150505/cycle_collector_analyzer_aboutccdump-0.4.3-fx+sm.xpi
Updated•13 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Whiteboard: [ReviewTeam:P1]
Comment 1•13 years ago
|
||
If I had to guess, I'd say https://github.com/mozilla/zamboni/commit/ce741d7bfd11cbcc5a4a748c2beb82f9895bb4fb or the following commit is responsible.
Comment 2•13 years ago
|
||
To clarify, by 'the following commit', I meant the next commit that affected apps/files/models.py: https://github.com/mozilla/zamboni/commit/55b8a8880dc1a6fb81b6275a38ca48337c4cc8d1
Updated•13 years ago
|
Target Milestone: --- → 2012-06-07
Comment 3•13 years ago
|
||
Cvan, how hard will this be to fix?
Comment 4•13 years ago
|
||
Everything seems to be working properly on my local install and on addons-dev.allizom.org. The files get copied to the mirror path and are accessible. On production, though, we get the right 302 when requesting the files, but they're not on the mirror.
As the code that restores disabled files is more or less the same as the code that does the initial copy to the mirrors, I can't guess what's wrong, but I really don't know enough (read anything) about the mirroring mechanics to look into it further.
Target Milestone: 2012-06-07 → ---
Comment 5•13 years ago
|
||
Mirrors will take a while (usually a couple minutes, but could be up to 30) before they will sync. It should be on ftp.m.o within 5 minutes though.
Comment 6•13 years ago
|
||
This seems to have resolved itself.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•10 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
•