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.