lorax/TODO

13 lines
629 B
Plaintext
Raw Normal View History

- Finish rewriting the code in rewrite/
2009-04-06 19:54:22 +00:00
- Have pylorax extend YumBase rather than invoking yum independently, we want
to be able to take in a YumBase object from other things, such as pungi
- Write a man page for lorax
2008-10-06 19:52:09 +00:00
- Hook lorax up to pungi (provide Jesse with a patch)
2008-10-10 03:02:10 +00:00
- Support a verbose output mode (and disabling it)
2008-10-06 19:52:09 +00:00
- Make sure we are root when executed
- If we have to be root, should lorax be in /usr/sbin ?
2008-10-08 23:07:11 +00:00
- Use OptionParser instead of getopt (?)
2008-10-10 03:02:10 +00:00
- Create a Lorax class that can be used directly by pungi
- Move conf hash table to something more object-like
- Merge treeinfo and discinfo stuff in to InstRoot class