Rearrange things so that they'll actually work together

This commit is contained in:
jkeating@localhost.localdomain 2006-10-23 21:37:13 -04:00 committed by Jesse Keating
parent d3e8cff9ba
commit abd0a5524d
5 changed files with 7 additions and 7 deletions

14
PLAN
View File

@ -15,16 +15,16 @@ We'll need to do five basic tasks:
5) Sanity check the tree
Gathering Packages
See gather/PLAN
See PLAN.gather
Running Anaconda Tools
See pungi/PLAN
See PLAN.pungi
Split Tree Into CD Size Chunks
See pungi/PLAN
See PLAN.pungi
Create Isos of the Chunks
See pungi/PLAN
See PLAN.pungi
Sanity Check the Tree
This could/should be an ever growing set of post-tree build sanity checks.
@ -35,9 +35,9 @@ Organization
independantly and hopefully once functional it should be easy to tie them
all together (one ring to bring them all, and in the darkness bind them)
gather/ is the module for repoclosing and downloading a set of packages.
pungi/ is the module for running anaconda tools against a set of packages
and creating isos
gather.py is the module for repoclosing and downloading a set of packages.
pungi.py is the module for running anaconda tools against a set of packages
and creating isos
tests/ This directory holds some files that are useful for testing
functionality of the code.