summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
blob: 01c6785877f0fd5ed163f7250b3be6eb9e6ff87f (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
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"
 }