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. --- tests.as-root/run-in-artifact-propagates-exit-code.exit | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests.as-root/run-in-artifact-propagates-exit-code.exit (limited to 'tests.as-root/run-in-artifact-propagates-exit-code.exit') diff --git a/tests.as-root/run-in-artifact-propagates-exit-code.exit b/tests.as-root/run-in-artifact-propagates-exit-code.exit new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/tests.as-root/run-in-artifact-propagates-exit-code.exit @@ -0,0 +1 @@ +1 -- cgit v1.2.1