Commit Graph

6 Commits

Author SHA1 Message Date
David Cantrell
7c6562f972 Syntax fixes. 2008-09-12 16:15:10 -10:00
David Cantrell
f16dd41cca Various support functions from buildinstall.
Creating directories, the yum.conf file, and cleanup.
2008-09-12 16:04:02 -10:00
David Cantrell
7b111a604b Added treeinfo.py module to pylorax.
The treeinfo module replaces maketreeinfo.py and currently
provides a single function called write().
2008-09-12 15:05:49 -10:00
David Cantrell
5033fcc35b Created pylorax.discinfo for writing .discinfo files.
This functionality was previously handled by the makestamp.py
script in anaconda.  Created a module under pylorax with just
one function (for now).  Not sure if it will need to be
extended, but part of the reason for rewriting all of this
code is to make it more extendable.
2008-09-12 14:34:15 -10:00
David Cantrell
a6cf1542df Ignore *.pyc files.
Add *.pyc to .gitignore and remove __init__.pyc.
2008-09-12 12:10:33 -10:00
David Cantrell
964d226898 Initial code import.
Option parsing in the main driver, nothing else.
2008-09-11 14:21:12 -10:00