All targets have been updated not to use the spec_prefix, so we don't need to save...
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 15:47:25 +0000 (09:47 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 15:47:25 +0000 (09:47 -0600)
ChangeLog
modules/catalyst/config.py

index caf3af02bec316f2dcba1d4e27787b38fe284aed..28551612ca6a38a1ae958e5b75a9e1d2471738b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
+  13 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
+  modules/catalyst/config.py:
+  All targets have been updated not to use the spec_prefix, so we don't need
+  to save the prefixed keys anymore
+
   13 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst,
   modules/catalyst/target/generic_stage.py,
   modules/catalyst/target/snapshot.py:
index d023e7602fc09a709bce2bfbae2a0e87a4d5b8d9..ba00de1b8246be66694d31abc060806743d9a1d2 100644 (file)
@@ -163,8 +163,6 @@ class Spec:
                        else:
                                if not parts[0] in self.values:
                                        self.values[parts[0]] = {}
-                               # We need to stick the key including the prefix in here until the targets are updated
-                               self.values[parts[0]][x] = values[x]
                                self.values[parts[0]]['/'.join(parts[1:])] = values[x]
 
        def set_target(self, target):