Rearrange things so that they'll actually work together
This commit is contained in:
parent
d3e8cff9ba
commit
abd0a5524d
12
PLAN
12
PLAN
@ -15,16 +15,16 @@ We'll need to do five basic tasks:
|
|||||||
5) Sanity check the tree
|
5) Sanity check the tree
|
||||||
|
|
||||||
Gathering Packages
|
Gathering Packages
|
||||||
See gather/PLAN
|
See PLAN.gather
|
||||||
|
|
||||||
Running Anaconda Tools
|
Running Anaconda Tools
|
||||||
See pungi/PLAN
|
See PLAN.pungi
|
||||||
|
|
||||||
Split Tree Into CD Size Chunks
|
Split Tree Into CD Size Chunks
|
||||||
See pungi/PLAN
|
See PLAN.pungi
|
||||||
|
|
||||||
Create Isos of the Chunks
|
Create Isos of the Chunks
|
||||||
See pungi/PLAN
|
See PLAN.pungi
|
||||||
|
|
||||||
Sanity Check the Tree
|
Sanity Check the Tree
|
||||||
This could/should be an ever growing set of post-tree build sanity checks.
|
This could/should be an ever growing set of post-tree build sanity checks.
|
||||||
@ -35,8 +35,8 @@ Organization
|
|||||||
independantly and hopefully once functional it should be easy to tie them
|
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)
|
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.
|
gather.py is the module for repoclosing and downloading a set of packages.
|
||||||
pungi/ is the module for running anaconda tools against a set of packages
|
pungi.py is the module for running anaconda tools against a set of packages
|
||||||
and creating isos
|
and creating isos
|
||||||
tests/ This directory holds some files that are useful for testing
|
tests/ This directory holds some files that are useful for testing
|
||||||
functionality of the code.
|
functionality of the code.
|
||||||
|
Loading…
Reference in New Issue
Block a user