Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: zmedico
Date: 2008-04-21 16:56:04 +0000 (Mon, 21 Apr 2008)
New Revision: 9937
Modified:
main/branches/2.1.2/bin/emerge
Log:
In action_metadata(), properly put the source cache in readonly mode.
(trunk r9936)
Modified: main/branches/2.1.2/bin/emerge
===================================================================
--- main/branches/2.1.2/bin/emerge 2008-04-21 16:55:14 UTC (rev 9936)
+++ main/branches/2.1.2/bin/emerge 2008-04-21 16:56:04 UTC (rev 9937)
@@ -6279,7 +6279,7 @@
ec = portage.eclass_cache.cache(portdb.porttree_root)
myportdir = os.path.realpath(settings["PORTDIR"])
cm = settings.load_best_module("portdbapi.metadbmodule")(
- myportdir, "metadata/cache", portage.auxdbkeys[:])
+ myportdir, "metadata/cache", portage.auxdbkeys[:], readonly=True)
import cache.util
--
gentoo-commits@g.o mailing list
|
|