summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-17 14:52:40 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-02-21 15:50:29 +0000
commit9dd3b80e98705c341b0d702b8fbcd17506803b81 (patch)
treeb9e1fe463ecc424e14a9575790fcd47f460c141b /without-test-modules
parent6d901c09f611b3cb98d6b88bf99810782610c617 (diff)
downloadmorph-9dd3b80e98705c341b0d702b8fbcd17506803b81.tar.gz
Add image inspection plugin
This adds a `run-in-artifact` command which allows another command to be run in a system. There is also a `content-manifest` command which gives a manifest of the artifacts, which commits they were built from, and if possible, a version. This adds a morphlib.bins.call_in_artifact_directory() method to run a command inside an artifact and to generate a manifest.
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 7ba80129..cc901f32 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -7,6 +7,7 @@ morphlib/fsutils.py
morphlib/app.py
morphlib/mountableimage.py
morphlib/extractedtarball.py
+morphlib/plugins/artifact_inspection_plugin.py
morphlib/plugins/hello_plugin.py
morphlib/plugins/graphing_plugin.py
morphlib/plugins/syslinux-disk-systembuilder_plugin.py