From 8517f23cd42e4a459ad1a92fa75739d40fff4c5f Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" <> Date: Tue, 10 Oct 2006 00:20:50 -0400 Subject: [PATCH] Add the gather module and a PLAN file for it --- gather/PLAN | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gather/PLAN diff --git a/gather/PLAN b/gather/PLAN new file mode 100644 index 00000000..4bcd9954 --- /dev/null +++ b/gather/PLAN @@ -0,0 +1,21 @@ +This is the "gather" module. This module is used to gather packages and their +dependancies from repositories and lay them out in a logistical manner. A +comps file will determine what top level packages to pull in. +We're probably going to steal some code from yumdownloader and reposync, and +use yum.comps to parse the comps file. + +ROADMAP + +a) Use yum.comps to parse our comps file to generate a list of packages to + depsolve and download. +b) Wire up something to actually download the package list and write it out + somewhere. + +CONSIDERATIONS + +Probably should allow continuing if a package isn't found in a particular arch. +Probably should error if a package isn't found in any arch. + +QUESTIONS + +Do we createrepo here, once we've gathered our packages?