summaryrefslogtreecommitdiff
path: root/tests.build
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-25 11:03:09 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-01 16:44:44 +0000
commitbd788c7219d8b59be8eb1168f2121d8b280020e6 (patch)
treef5b6d8d028f7171a0a9c01787d29c7fdfd3a842f /tests.build
parentd28595c19a5b9ee5bcacc6de4319de625024cb87 (diff)
downloadmorph-bd788c7219d8b59be8eb1168f2121d8b280020e6.tar.gz
Implement partial builds
This commit allows you to build only a single chunk or stratum and its dependencies, instead of a whole system. This will be useful for developers who want to quickly check the build commands of a chunk for example. You can give more than one chunk or stratum to the command, and the build will run up to the latest one, building the dependencies of both. An example of the usage: morph build systems/devel-system-x86_64-generic.morph \ strata/build-essential.morph strata/core/curl.morph This will only build up to curl in the core stratum. Change-Id: Id55b8335fc61e8fdf847f5e383cfedd13d07e6d2
Diffstat (limited to 'tests.build')
-rw-r--r--tests.build/only-build-systems.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.build/only-build-systems.stderr b/tests.build/only-build-systems.stderr
index ba7339d2..ac24ab25 100644
--- a/tests.build/only-build-systems.stderr
+++ b/tests.build/only-build-systems.stderr
@@ -1,2 +1,2 @@
-ERROR: Building a stratum directly is not supported
-ERROR: Building a chunk directly is not supported
+ERROR: In order to build this stratum directly, please give the filename of the system which contains it, and the name of the stratum. See `morph build --help` for more information.
+ERROR: In order to build this chunk directly, please give the filename of the system which contains it, and the name of the chunk. See `morph build --help` for more information.