From 01fd3354ea2c9a1e49a02fef3f17ec7be59aafba Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 10 Apr 2006 03:37:11 +0000 Subject: 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 --- bin/repoman | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/repoman') 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 = [] -- cgit v1.2.3-1-g7c22