From db1fe6e41bebf7da71d11fe9bc492ede1821f57b Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sun, 19 Apr 2015 12:22:57 +0000 Subject: Move definitions to version 2 The version of morph we now have in definitions master supports definitions version 2 Version 2 makes paths to non-existent chunk morphs invalid, prior to version 2 morph would simply ignore paths to non-existent chunk morphs and either use the morph in the chunk repo (if there was one) or run build system detection. With version 2, if morph encounters a path to a chunk morph that doesn't exist it will error with an error message such as: "ERROR: Couldn't find morphology: strata/cats/xattr.morph referenced in strata/swift.morph" Change-Id: I8c1d6808567e0aaccee7a7c99740167ec956c007 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index b8255184..22817d2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version: 1 +version: 2 -- cgit v1.2.1