summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum-build-depends.stdout
blob: 1c6eb8e3cfbea399bf16cb2f45b69e03d5498ce4 (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
diff --git a/hello-stratum.morph b/hello-stratum.morph
index 73ed482..475fe0f 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -2,7 +2,8 @@ chunks:
 - build-depends: []
   build-mode: test
   name: hello
-  ref: master
+  ref: newbranch
   repo: test:hello
+  unpetrify-ref: master
 kind: stratum
 name: hello-stratum
diff --git a/hello-system.morph b/hello-system.morph
index 721473c..1537f53 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -3,9 +3,9 @@ kind: system
 name: hello-system
 strata:
 - morph: hello-stratum
-  ref: master
+  ref: newbranch
   repo: test:morphs
+  unpetrify-ref: master
 - morph: xyzzy-stratum
   ref: master
   repo: test:morphs
-system-kind: rootfs-tarball
diff --git a/xyzzy-stratum.morph b/xyzzy-stratum.morph
index e302037..bcf5b57 100644
--- a/xyzzy-stratum.morph
+++ b/xyzzy-stratum.morph
@@ -1,11 +1,13 @@
 build-depends:
 - morph: hello-stratum
-  ref: master
+  ref: newbranch
   repo: test:morphs
+  unpetrify-ref: master
 chunks:
 - build-depends: []
   name: hello
-  ref: master
+  ref: newbranch
   repo: test:hello
+  unpetrify-ref: master
 kind: stratum
 name: xyzzy-stratum