summaryrefslogtreecommitdiff
path: root/ci1/systems.json.txt
blob: bbf4e90f79373993e9a5f246aa8bb2e5f003b437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "description": "x86 development system", 
        "morph": "x86_64-generic-devel-system", 
        "ref": "master", 
        "repo": "baserock:morphs"
    },
    {
        "description": "test system", 
        "morph": "polychrome-system", 
        "ref": "master", 
        "repo": "baserock:tests/polychrome-morphs"
    },
    {
        "description": "x86 base system", 
        "morph": "x86_64-generic-base-system", 
        "ref": "master", 
        "repo": "baserock:morphs"
    }
]