projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2bacf6
)
Don't lock repoman_settings because it needs to be mutable.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Oct 2006 21:10:33 +0000
(21:10 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Oct 2006 21:10:33 +0000
(21:10 -0000)
svn path=/main/trunk/; revision=4651
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index dc3eab5e6729610278eb897a9db52d90cbb9e860..b8ab7312fac4f2e03afcab0f193e7b1707027f13 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-476,7
+476,6
@@
if quiet < 2:
# Now that PORTDIR_OVERLAY is properly overridden, create the portdb.
repoman_settings = portage.config(local_config=False,
config_incrementals=portage_const.INCREMENTALS)
-repoman_settings.lock()
trees = portage.create_trees()
trees["/"]["porttree"].settings = repoman_settings
portdb = trees["/"]["porttree"].dbapi