From df9e5b5ade504c5de34ec880e8c2c8172aa23c57 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 10 Sep 2014 10:41:53 +0000 Subject: Rename BuildCommand.get_sources to fetch_sources There's other methods called get_sources in other modules, and fetch_sources explains more about what it does in the context. --- morphlib/plugins/cross-bootstrap_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0c3e3a4a..26637bd1 100644 --- a/morphlib/plugins/cross-bootstrap_plugin.py +++ b/morphlib/plugins/cross-bootstrap_plugin.py @@ -303,7 +303,7 @@ class CrossBootstrapPlugin(cliapp.Plugin): build_command.cache_or_build_artifact(a, build_env) for i, a in enumerate(native_chunks): - build_command.get_sources(a) + build_command.fetch_sources(a) # Install those to the output tarball ... self.app.status(msg='Building final bootstrap system image') -- cgit v1.2.1