From c575ff183ae5c35e0f7e8d90c222994574ce73c9 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 12 Mar 2015 08:27:43 +0100 Subject: combo-layer: update() also instance property The Configuration class mirrors all properties in local hashes. When updating the configuration, also update these properties to remain consistent. Signed-off-by: Patrick Ohly Signed-off-by: Ross Burton --- scripts/combo-layer | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/combo-layer') diff --git a/scripts/combo-layer b/scripts/combo-layer index 8db5d7e376..8ed9be8f37 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer @@ -130,6 +130,7 @@ class Configuration(object): parser.set(section, option, value) with open(conffile, "w") as f: parser.write(f) + self.repos[repo][option] = value def sanity_check(self, initmode=False): required_options=["src_uri", "local_repo_dir", "dest_dir", "last_revision"] -- cgit 1.2.3-korg