Closed
Bug 1409321
Opened 8 years ago
Closed 8 years ago
Clean up django management commands
Categories
(Webtools Graveyard :: Elmo, enhancement)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
Details
Attachments
(1 file)
Django management commands now require argparse, and not all of the elmo commands are converted yet.
Also, remove some cruft we don't need anymore. Like, we're not going to recreate db status from buildbot logs massively in the future, so remove the command.
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to develop at https://github.com/mozilla/elmo
https://github.com/mozilla/elmo/commit/86f57a81e6b7e019bba962382890b468cfa67d06
bug 1409321, clean up django commands, r=mathjazz
Also remove some left-over __init__.py files that didn't have
commands anymore.
And remove importbuilds, which we used to use to bootstrap
elmo build status from buildbot. We won't do that anymore, so
that command can just go away.
Assignee | ||
Comment 3•8 years ago
|
||
Thanks for the review, marking fixed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•