Closed
Bug 598409
Opened 15 years ago
Closed 15 years ago
Make support-stage and master.support use our new vendor library
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: oremj)
Details
We put together a vendor library much like AMO. We've been using it on hudson (and locally) for a while now and would like to try it on stage, then production.
To set it up, you should just need to:
git clone git://github.com/jsocol/kitsune-lib vendor
_inside_ the kitsune source directory. (The "vendor" dir should be in the same place as "manage.py".)
I'm not sure what AMO does with the compiled requirements and python26 (maybe Jeremy can answer that) but we can probably do the same.
| Assignee | ||
Comment 1•15 years ago
|
||
We typically use RPMs. Which compiled deps do you use?
| Reporter | ||
Comment 2•15 years ago
|
||
MySQL-python
lxml
PIL
Jinja2
http://github.com/jsocol/kitsune/blob/master/requirements/compiled.txt
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 3•15 years ago
|
||
Looks like Django was not included in the vendor libs.
| Reporter | ||
Comment 4•15 years ago
|
||
It's a submodule. Rats, I should have said
git clone --recursive
You should be able to do a git submodule update --init to get everything in src.
| Assignee | ||
Comment 5•15 years ago
|
||
They are both using the vendor library.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•