summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-26 22:10:16 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-26 22:10:16 +0000
commitf621e9c5e7f685956da4e4cf8f69f880ed5df0ee (patch)
treee4f5737b7e3f0943dc3d0a9f06d89faaa50cf30f /bin/repoman
parent690c890596cf646b1bc7b05ce276e0d6aabea7fc (diff)
downloadportage-f621e9c5e7f685956da4e4cf8f69f880ed5df0ee.tar.gz
portage-f621e9c5e7f685956da4e4cf8f69f880ed5df0ee.tar.bz2
portage-f621e9c5e7f685956da4e4cf8f69f880ed5df0ee.zip
Make fetchlist_dict an optional parameter in the Manifest constructor since it's required only for generation of a Manifest (not needed for parsing and checking sums).
svn path=/main/trunk/; revision=3245
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index 9cbe8b68a..03bc5ee1f 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -799,9 +799,7 @@ for x in scanlist:
repoman_settings["O"] = checkdir
portage.digestgen([], repoman_settings, manifestonly=1, myportdb=portage.portdb)
- mf = Manifest(checkdir,
- portage.FetchlistDict(checkdir, repoman_settings, portage.portdb),
- repoman_settings["DISTDIR"])
+ mf = Manifest(checkdir, repoman_settings["DISTDIR"])
mydigests=mf.getTypeDigests("DIST")
myfiles_all = []