Closed
Bug 633103
Opened 15 years ago
Closed 15 years ago
Use tempfile when creating XPIs
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 0.9
People
(Reporter: clouserw, Assigned: zalun)
Details
I thought we already did this, but I noticed that upload_xpi() in
apps/jetpack/views.py uses time.time() as a directory name. With multiple boxes writing to this area it's very possible that will conflict. It needs to use the tempfile library.
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → zaloon
| Assignee | ||
Comment 1•15 years ago
|
||
this should actually find it's way to [ftw] upload was borken
https://github.com/mozilla/FlightDeck/commit/11be0d0b9ee52cdc9c58b6c47f2ec7f9b04f7a03
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 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
•