summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-30 07:23:42 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-30 07:23:42 +0000
commit83a88f299ec4fa89eb2cac14960cc89833cf9c12 (patch)
tree816ce03aeaae8383263679615c1522714e7ca528 /bin/repoman
parent583f01a90ef7d5bd967972e19d4593c0e3e487ea (diff)
downloadportage-83a88f299ec4fa89eb2cac14960cc89833cf9c12.tar.gz
portage-83a88f299ec4fa89eb2cac14960cc89833cf9c12.tar.bz2
portage-83a88f299ec4fa89eb2cac14960cc89833cf9c12.zip
Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7
dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 17f10a63b..9e4afb231 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -800,7 +800,7 @@ for x in scanlist:
fails["digest.unmatch"].append(y+"::"+myf)
else:
eb_name,eb_location = portage.db["/"]["porttree"].dbapi.findname2(mykey)
- portage.doebuild(eb_name, "digest", "/", uri_settings)
+ portage.doebuild(eb_name, "digest", "/", uri_settings, tree="porttree")
else:
stats["digest.partial"] += 1
fails["digest.partial"].append(y+"::"+myf)