summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-03-27 16:47:26 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-03-30 15:45:52 +0000
commit1fa49dcc67ce0818d083df820de3933fa8289df4 (patch)
tree078ada0066401b5d1bad2435e1b34bc7a48426e5 /without-test-modules
parent36167dd8e02f8018f6df1a34002e0ca07a061b05 (diff)
downloadmorph-1fa49dcc67ce0818d083df820de3933fa8289df4.tar.gz
Add plugin to get details of given chunk name.
Usefully, this provides the resolved repo URL, which may be aliased in the actual defintions. This makes it easier to use a workflow that avoids `morph edit`. Resolved repo URLs can be git cloned. It also provides other info about the chunk. In the case of multiple strata containing the same chunk name, the tool lists them all, saying which stratum they come from. Example output: # morph get-chunk-details libpng In stratum graphics-common: Chunk: libpng Repo: git://git.baserock.org/delta/libpng Ref: 259fb7761d747655c607efcec7a12ff1f3c24561 Change-Id: I6b540e38d9521f3f473b51c9031e508ddcb458ee
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 55e5291d..863f6f0f 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -26,6 +26,7 @@ morphlib/plugins/__init__.py
morphlib/writeexts.py
morphlib/plugins/list_artifacts_plugin.py
morphlib/plugins/trovectl_plugin.py
+morphlib/plugins/get_chunk_details_plugin.py
morphlib/plugins/gc_plugin.py
morphlib/plugins/print_architecture_plugin.py
morphlib/plugins/add_binary_plugin.py