Adjust the plan a bit
This commit is contained in:
parent
3c7cdc5133
commit
bd2635dff4
@ -1,13 +1,13 @@
|
|||||||
This is the "gather" module. This module is used to gather packages and their
|
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
|
dependancies from repositories and lay them out in a logistical manner. A
|
||||||
comps file will determine what top level packages to pull in.
|
list of package names should be passed in to find matches in configured repos
|
||||||
We're probably going to steal some code from yumdownloader and reposync, and
|
and depsolve. We'll steal lots of code from repotrack.
|
||||||
use yum.comps to parse the comps file.
|
|
||||||
|
|
||||||
ROADMAP
|
ROADMAP
|
||||||
|
|
||||||
a) Use yum.comps to parse our comps file to generate a list of packages to
|
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
|
b) Wire up something to actually download the package list and write it out
|
||||||
somewhere.
|
somewhere.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user