From bd2635dff40568b36d11cc76d5de90892a786173 Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" <> Date: Wed, 11 Oct 2006 10:46:32 -0400 Subject: [PATCH] Adjust the plan a bit --- gather/PLAN | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gather/PLAN b/gather/PLAN index 4bcd9954..31094e4c 100644 --- a/gather/PLAN +++ b/gather/PLAN @@ -1,13 +1,13 @@ 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. +list of package names should be passed in to find matches in configured repos +and depsolve. We'll steal lots of code from repotrack. ROADMAP a) Use yum.comps to parse our comps file to generate a list of packages to - depsolve and download. + depsolve and download. (this is for testing, this will eventually go into + a higher level module) b) Wire up something to actually download the package list and write it out somewhere.