summaryrefslogtreecommitdiff
path: root/morph-cache-server.morph
blob: 8357cd14842892685adafa4141057bf866ba7376 (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
{
    "name": "morph-cache-server",
    "description": "The unique components that are required for a morph cache server.",
    "kind": "stratum",
    "sources": [
        {
            "name": "git",
            "repo": "upstream:git",
            "ref": "baserock/morph"
        },
        {
            "name": "openssl",
            "repo": "upstream:openssl",
            "ref": "baserock/morph"
        },
        {
            "name": "cpython",
            "repo": "upstream:cpython",
            "ref": "baserock/morph-2.7"
        },
        {
            "name": "cliapp",
            "repo": "upstream:cliapp",
            "ref": "baserock/morph"
        },
        {
            "name": "bottle",
            "repo": "upstream:defnull/bottle.git",
            "ref": "master"
        },
        {
            "name": "morph-cache-server",
            "repo": "baserock:morph-cache-server",
            "ref": "master"
        }
    ]
}