summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
blob: d21268310ebb3b9bab6ef2b10697dd95df216508 (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
Petrified:
{
    "name": "hello-stratum",
    "kind": "stratum",
    "chunks": [
        {
            "name": "hello",
            "repo": "test:hello",
            "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
            "build-depends": [],
            "unpetrify-ref": "master"
        },
        {
            "name": "goodbye",
            "repo": "test:goodbye",
            "ref": "test/petrify",
            "build-depends": []
        }
    ]
}

Unpetrified:
{
    "name": "hello-stratum",
    "kind": "stratum",
    "chunks": [
        {
            "name": "hello",
            "repo": "test:hello",
            "ref": "master",
            "build-depends": []
        },
        {
            "name": "goodbye",
            "repo": "test:goodbye",
            "ref": "test/petrify",
            "build-depends": []
        }
    ]
}