Closed
Bug 807750
Opened 13 years ago
Closed 13 years ago
BMM: server.py doesn't load testdata anymore
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
Details
Looks like https://hg.mozilla.org/build/bmm/rev/44a750819ce6 removed the execfile() bit to load test data. I assume this was done by accident, since the readme still mentions it.
Comment 1•13 years ago
|
||
It was intentional, since it messes with web.py's ability to parse the command line. It can use a sqlite DB now, and at the same time I added bmm-model to put the DB in place.
I'll remove it from the readme.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•