summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-10 03:37:11 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-10 03:37:11 +0000
commit01fd3354ea2c9a1e49a02fef3f17ec7be59aafba (patch)
tree113d105a3bfc321df9222c3c2d620862c1355ed1 /bin/repoman
parent0113950c012bb59bda47aa0530a7da3dcc0c1c7d (diff)
downloadportage-01fd3354ea2c9a1e49a02fef3f17ec7be59aafba.tar.gz
portage-01fd3354ea2c9a1e49a02fef3f17ec7be59aafba.tar.bz2
portage-01fd3354ea2c9a1e49a02fef3f17ec7be59aafba.zip
Remove db and mysettings from Manifest and replace them with a mapping object that provides access to fetch lists for each cpv.
svn path=/main/trunk/; revision=3111
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index ac5166027..d502d8589 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -795,8 +795,9 @@ for x in scanlist:
fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries")
continue
- mf = Manifest(checkdir, db=portage.db["/"]["porttree"].dbapi,
- mysettings=repoman_settings, repoman_settings["DISTDIR"])
+ mf = Manifest(checkdir,
+ portage.FetchlistDict(checkdir, repoman_settings),
+ repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []