summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-10 01:42:02 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-10 01:42:02 +0000
commit0113950c012bb59bda47aa0530a7da3dcc0c1c7d (patch)
tree9a0e05ac3d5ae1158b6289327ba2c7c26adb70cd /bin/repoman
parent134c3d48ac46e66a832a74eee102e048bbe7e5c3 (diff)
downloadportage-0113950c012bb59bda47aa0530a7da3dcc0c1c7d.tar.gz
portage-0113950c012bb59bda47aa0530a7da3dcc0c1c7d.tar.bz2
portage-0113950c012bb59bda47aa0530a7da3dcc0c1c7d.zip
Pass DISTDIR into the Manifest constructor instead of getting it from mysettings because mysettings will be eliminated soon.
svn path=/main/trunk/; revision=3110
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 4a46196a5..ac5166027 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -795,7 +795,8 @@ 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)
+ mf = Manifest(checkdir, db=portage.db["/"]["porttree"].dbapi,
+ mysettings=repoman_settings, repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []