summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-11 17:20:48 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-11 17:20:48 +0100
commit6694ccaa83ba4f6570d5fd520e63313dccb30def (patch)
tree356b2054b0e47cf050a3b68032c7535f1ae5e6e7
parent438e522452b618c2c4e8e3756166ac2792b89713 (diff)
downloadbad-morphs-6694ccaa83ba4f6570d5fd520e63313dccb30def.tar.gz
Add stratum that references a system, instead of chunk
-rw-r--r--stratum-with-system.morph12
1 files changed, 12 insertions, 0 deletions
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": []
+ }
+ ]
+}