summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-11 16:21:57 +0000
committerMorph (on behalf of Lars Wirzenius) <root@liw-baserock-dev>2012-10-11 16:21:57 +0000
commit12d841944800afff754651588593bb976ded9f4c (patch)
tree2ae88e08485785f6ede886b6864e9b272bcfce1f
parentdd3cea7763cd637e3e998cf7e1003ce7c43a2f62 (diff)
downloadbad-morphs-12d841944800afff754651588593bb976ded9f4c.tar.gz
Morph build 005eb3a9dfda467f825d7ddb1787a4e1
System branch: master
-rw-r--r--ok-system.morph14
-rw-r--r--stratum-with-system.morph12
-rw-r--r--system-with-chunk.morph1
3 files changed, 27 insertions, 0 deletions
diff --git a/ok-system.morph b/ok-system.morph
new file mode 100644
index 0000000..05482dd
--- /dev/null
+++ b/ok-system.morph
@@ -0,0 +1,14 @@
+{
+ "name": "ok-system",
+ "kind": "system",
+ "system-kind": "syslinux-disk",
+ "arch": "x86_64",
+ "disk-size": "2G",
+ "strata": [
+ {
+ "morph": "stratum-with-system",
+ "repo": "baserock:tests/bad-chunk",
+ "ref": "master"
+ }
+ ]
+}
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": []
+ }
+ ]
+}
diff --git a/system-with-chunk.morph b/system-with-chunk.morph
index 3be7a2b..8bfad6d 100644
--- a/system-with-chunk.morph
+++ b/system-with-chunk.morph
@@ -12,3 +12,4 @@
}
]
}
+