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

Unpetrified:
{
    "name": "hello-stratum",
    "kind": "stratum",
    "chunks": [
        {
            "name": "hello",
            "repo": "baserock:hello",
            "ref": "master",
            "build-depends": []
        }
    ]
}