summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/petrify.stdout')
-rw-r--r--tests.branching/petrify.stdout31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout
new file mode 100644
index 00000000..f9f35342
--- /dev/null
+++ b/tests.branching/petrify.stdout
@@ -0,0 +1,31 @@
+Petrified:
+name: hello-stratum
+kind: stratum
+chunks:
+- name: hello
+ repo: test:hello
+ ref: 293fa0b08f0382c63181c36b6efa602876aa8c87
+ unpetrify-ref: master
+ build-depends: []
+ build-mode: test
+- name: goodbye
+ repo: test:goodbye
+ ref: 717c4a523fb5a94ca2f0a61e665fbc2da6a1f6ac
+ unpetrify-ref: test/petrify
+ build-depends: []
+ build-mode: test
+
+Unpetrified:
+name: hello-stratum
+kind: stratum
+chunks:
+- name: hello
+ repo: test:hello
+ ref: master
+ build-depends: []
+ build-mode: test
+- name: goodbye
+ repo: test:goodbye
+ ref: test/petrify
+ build-depends: []
+ build-mode: test