From 9dd3b80e98705c341b0d702b8fbcd17506803b81 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 17 Dec 2012 14:52:40 +0000 Subject: 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. --- 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 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 -- cgit v1.2.1