From fc35b41a0189eb8a43032247cbe7d3cfadf6ded1 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 10 Sep 2014 10:51:28 +0000 Subject: Remove Morphology.builds_artifacts This was used before the Artifact splitting code landed to determine which artifacts should be produced. --- morphlib/plugins/cross-bootstrap_plugin.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'morphlib/plugins/cross-bootstrap_plugin.py') diff --git a/morphlib/plugins/cross-bootstrap_plugin.py b/morphlib/plugins/cross-bootstrap_plugin.py index 26637bd1..95e991f4 100644 --- a/morphlib/plugins/cross-bootstrap_plugin.py +++ b/morphlib/plugins/cross-bootstrap_plugin.py @@ -261,12 +261,8 @@ class CrossBootstrapPlugin(cliapp.Plugin): build_command = morphlib.buildcommand.BuildCommand(self.app, build_env) morph_name = morphlib.util.sanitise_morphology_path(system_name) - builds_artifacts = [system_name + '-bootstrap-rootfs'] srcpool = build_command.create_source_pool(root_repo, ref, morph_name) - system_source = srcpool.lookup(root_repo, ref, morph_name) - system_source.morphology.builds_artifacts = builds_artifacts - # FIXME: this is a quick fix in order to get it working for # Baserock 13 release, it is not a reasonable fix def validate(self, root_artifact): -- cgit v1.2.1