summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cross-bootstrap_plugin.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-09-10 10:51:28 +0000
committerRichard Maw <richard.maw@gmail.com>2014-09-19 12:43:26 +0000
commitfc35b41a0189eb8a43032247cbe7d3cfadf6ded1 (patch)
tree3c30887e8679970bada6604b3c3597c465e4bf2b /morphlib/plugins/cross-bootstrap_plugin.py
parent8a4f4503d6d5238d7a7c30f09f75992b100d8fee (diff)
downloadmorph-fc35b41a0189eb8a43032247cbe7d3cfadf6ded1.tar.gz
Remove Morphology.builds_artifacts
This was used before the Artifact splitting code landed to determine which artifacts should be produced.
Diffstat (limited to 'morphlib/plugins/cross-bootstrap_plugin.py')
-rw-r--r--morphlib/plugins/cross-bootstrap_plugin.py4
1 files changed, 0 insertions, 4 deletions
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):