Adjust the plan a bit

This commit is contained in:
jkeating@localhost.localdomain 2006-10-11 10:46:32 -04:00 committed by Jesse Keating
parent 3c7cdc5133
commit bd2635dff4

View File

@ -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.