summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
blob: acc08f683b5d040881d71ee83f35c6101dfcfe71 (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
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": "f4730636e429149bb923fa16be3aa9802d484b23",
            "build-depends": [],
            "unpetrify-ref": "test/petrify"
        }
    ]
}

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": []
        }
    ]
}