From 6694ccaa83ba4f6570d5fd520e63313dccb30def Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Oct 2012 17:20:48 +0100 Subject: Add stratum that references a system, instead of chunk --- stratum-with-system.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stratum-with-system.morph diff --git a/stratum-with-system.morph b/stratum-with-system.morph new file mode 100644 index 0000000..d7a05fc --- /dev/null +++ b/stratum-with-system.morph @@ -0,0 +1,12 @@ +{ + "name": "stratum-with-system", + "kind": "stratum", + "chunks": [ + { + "name": "system-with-chunk", + "repo": "baserock:tests/bad-morphs", + "ref": "master", + "build-depends": [] + } + ] +} -- cgit v1.2.1