Closed
Bug 980351
Opened 11 years ago
Closed 10 years ago
Consolidating our requirements and virtualenv woes
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
91
People
(Reporter: peterbe, Assigned: peterbe)
Details
The problem is that we have requirements in 3 places:
1. ./requirements.txt
2. ./webapp-django/requirements.txt
3. ./webapp-django/vendor and ./webapp-django/vendor-local
That's annoying and confusing.
What we should do is just have one place, and that's ./requirements.txt
So we need to try to figure out what all the dependencies are, needed by the webapp, and put them in the peep formatted root ./requirements.txt
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ac355f147cadd8a83f108d56712ca0141001a8f0
Merge pull request #2119 from peterbe/bug-980351-consolidating-our-requirements-and-virtualenv-woes
Bug 980351 consolidating our requirements and virtualenv woes
Updated•10 years ago
|
Target Milestone: --- → 90
Updated•10 years ago
|
Target Milestone: 90 → 91
Assignee | ||
Comment 2•10 years ago
|
||
Sadly I missed that there was an already nicely filed bug.
https://bugzilla.mozilla.org/show_bug.cgi?id=965589
When I replaced ./vendor-local --> requirements.txt I committed it under this bug.
Now, I'll use 965589 instead for doing the ./vendor --> requirements.txt
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•