From f964cf053db43e80262b8d06d29696c0da304c57 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 27 Apr 2015 16:02:37 +0000 Subject: Add a CSV manifest generator. This adds a `morph generate-manifest-csv` command which creates a CSV manifest for a system containing license information, upstream URL and a guess at the version of each component in a system. The existing `morph generate-manifest` is also renamed to `morph generate-manifest-genivi` to improve the distinction between the two commands which generate a manifest. The basis of this commit was done by Michael Drake . Change-Id: I712de11eaa6e1564c5bae5f5f396e5e77484972f --- without-test-modules | 1 + 1 file changed, 1 insertion(+) (limited to 'without-test-modules') diff --git a/without-test-modules b/without-test-modules index f80a6caf..689fb97f 100644 --- a/without-test-modules +++ b/without-test-modules @@ -34,6 +34,7 @@ morphlib/plugins/push_pull_plugin.py morphlib/plugins/distbuild_plugin.py morphlib/plugins/certify_plugin.py morphlib/plugins/get_repo_plugin.py +morphlib/plugins/system_manifests_plugin.py distbuild/__init__.py distbuild/build_controller.py distbuild/connection_machine.py -- cgit v1.2.1