From abd0a5524d74a495a0cdb4efdabcde2c0d0ee6aa Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" <> Date: Mon, 23 Oct 2006 21:37:13 -0400 Subject: [PATCH] Rearrange things so that they'll actually work together --- PLAN | 14 +++++++------- gather/PLAN => PLAN.gather | 0 pungi/PLAN => PLAN.pungi | 0 gather/gather.py => gather.py | 0 pungi/pungi.py => pungi.py | 0 5 files changed, 7 insertions(+), 7 deletions(-) rename gather/PLAN => PLAN.gather (100%) rename pungi/PLAN => PLAN.pungi (100%) rename gather/gather.py => gather.py (100%) rename pungi/pungi.py => pungi.py (100%) diff --git a/PLAN b/PLAN index 4ab2e646..d56f1cc0 100644 --- a/PLAN +++ b/PLAN @@ -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. diff --git a/gather/PLAN b/PLAN.gather similarity index 100% rename from gather/PLAN rename to PLAN.gather diff --git a/pungi/PLAN b/PLAN.pungi similarity index 100% rename from pungi/PLAN rename to PLAN.pungi diff --git a/gather/gather.py b/gather.py similarity index 100% rename from gather/gather.py rename to gather.py diff --git a/pungi/pungi.py b/pungi.py similarity index 100% rename from pungi/pungi.py rename to pungi.py