summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-11 15:22:29 +0000
committerMorph (on behalf of Lars Wirzenius) <root@liw-baserock-dev>2012-10-11 15:22:29 +0000
commitfd2a314c76dddd491f702fac338c5ff658edf498 (patch)
tree525e9bda820b543ed63d5fff76622d3e35df97b7
parentadaaf2532de4b0a0cdf0ca313bf614c688f2fbc0 (diff)
downloadbad-morphs-fd2a314c76dddd491f702fac338c5ff658edf498.tar.gz
Morph build f2208ad8bb214d6f9c6cb09f552ec614
System branch: master
-rw-r--r--system-with-chunk.morph14
-rw-r--r--typo-field-name.morph2
2 files changed, 16 insertions, 0 deletions
diff --git a/system-with-chunk.morph b/system-with-chunk.morph
new file mode 100644
index 0000000..3be7a2b
--- /dev/null
+++ b/system-with-chunk.morph
@@ -0,0 +1,14 @@
+{
+ "name": "system-with-chunk",
+ "kind": "system",
+ "system-kind": "syslinux-disk",
+ "arch": "x86_64",
+ "disk-size": "2G",
+ "strata": [
+ {
+ "morph": "ok-chunk",
+ "repo": "baserock:tests/bad-chunk",
+ "ref": "master"
+ }
+ ]
+}
diff --git a/typo-field-name.morph b/typo-field-name.morph
index 3b26ad1..6176d6e 100644
--- a/typo-field-name.morph
+++ b/typo-field-name.morph
@@ -2,5 +2,7 @@
"name": "test",
"kind": "system",
"system-kind": "rootfs-tarball",
+ "strata": [
+ ],
"diescraiption": "this field name is wrong"
}