2006-10-10 04:20:50 +00:00
|
|
|
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
|
2006-10-11 14:46:32 +00:00
|
|
|
list of package names should be passed in to find matches in configured repos
|
|
|
|
and depsolve. We'll steal lots of code from repotrack.
|
2006-10-10 04:20:50 +00:00
|
|
|
|
|
|
|
ROADMAP
|
|
|
|
|
|
|
|
a) Use yum.comps to parse our comps file to generate a list of packages to
|
2006-10-11 14:46:32 +00:00
|
|
|
depsolve and download. (this is for testing, this will eventually go into
|
|
|
|
a higher level module)
|
2006-10-10 04:20:50 +00:00
|
|
|
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?
|