summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
blob: a61be0536f0c40607fba4278851d130a1d5bca22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
diff --git a/hello-stratum.morph b/hello-stratum.morph
index 006a96c..ad8c08b 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -1,12 +1,14 @@
 {
-    "name": "hello-stratum",
-    "kind": "stratum",
+    "build-system": "manual", 
     "chunks": [
         {
-            "name": "hello",
-            "repo": "baserock:hello",
-            "ref": "master",
-            "build-depends": []
+            "build-depends": [], 
+            "morph": "hello", 
+            "name": "hello", 
+            "ref": "newbranch", 
+            "repo": "baserock:hello"
         }
-    ]
+    ], 
+    "kind": "stratum", 
+    "name": "hello-stratum"
 }
diff --git a/hello-system.morph b/hello-system.morph
index 1a33ed6..d5aae46 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -1,14 +1,15 @@
 {
-    "name": "hello-system",
-    "kind": "system",
-    "system-kind": "syslinux-disk",
-    "arch": "x86_64",
-    "disk-size": "1G",
+    "arch": "x86_64", 
+    "build-system": "manual", 
+    "disk-size": 1073741824, 
+    "kind": "system", 
+    "name": "hello-system", 
     "strata": [
         {
-            "morph": "hello-stratum",
-            "repo": "baserock:morphs",
-            "ref": "master"
+            "morph": "hello-stratum", 
+            "ref": "newbranch", 
+            "repo": "baserock:morphs"
         }
-    ]
+    ], 
+    "system-kind": "syslinux-disk"
 }