From 99fc7c5558e319806510205a8b3759b6c779e8e0 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Tue, 13 Jan 2009 09:47:25 -0600 Subject: [PATCH] All targets have been updated not to use the spec_prefix, so we don't need to save the prefixed keys anymore --- ChangeLog | 5 +++++ modules/catalyst/config.py | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index caf3af02..28551612 100644 --- 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 + 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 catalyst, modules/catalyst/target/generic_stage.py, modules/catalyst/target/snapshot.py: diff --git a/modules/catalyst/config.py b/modules/catalyst/config.py index d023e760..ba00de1b 100644 --- a/modules/catalyst/config.py +++ b/modules/catalyst/config.py @@ -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): -- 2.26.2