summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
blob: 71038a16ac00de8c8865369817296fba473a7a68 (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
diff --git a/hello-stratum.morph b/hello-stratum.morph
index 77fb1d0..c5ed672 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -1,12 +1,14 @@
 {
-    "name": "hello-stratum",
-    "kind": "stratum",
+    "build-system": "manual", 
+    "kind": "stratum", 
+    "name": "hello-stratum", 
     "sources": [
         {
-            "name": "hello",
-            "ref": "master",
-            "repo": "baserock:hello",
-            "build-depends": []
+            "build-depends": [], 
+            "morph": "hello", 
+            "name": "hello", 
+            "ref": "newbranch", 
+            "repo": "baserock:hello"
         }
     ]
 }