summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
blob: 7dd3a8e2daae46084f429dd6b9c6d5085fe5dc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/hello-stratum.morph b/hello-stratum.morph
index d7c0afe..af63df7 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -1,10 +1,13 @@
 {
-    "name": "hello-stratum",
-    "kind": "stratum",
+    "build-system": "manual", 
+    "kind": "stratum", 
+    "name": "hello-stratum", 
     "sources": [
         {
-            "name": "hello",
-            "ref": "master",
+            "build-depends": null, 
+            "morph": "hello", 
+            "name": "hello", 
+            "ref": "newbranch", 
             "repo": "baserock:hello"
         }
     ]