Closed
Bug 766220
Opened 13 years ago
Closed 13 years ago
Fix Jenkins vendor/venv conflicts
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2012-06-27
People
(Reporter: jsocol, Assigned: jsocol)
Details
(Whiteboard: [qa-])
Right now Jenkins tries to not only use the vendor library but also install everything in requirements/prod.txt into a virtualenv. Unfortunately, Django's repo changeover hosed requirements/prod.txt and broke the mozillians_next build.
But since we have the vendor repo, we really don't need that, anyway.
So let's just fix up the conflict.
Let's rely on vendor > venv when we can. And not pin to Django tags that don't exist anymore.
| Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•