summaryrefslogtreecommitdiffstats
path: root/releng/fixtures/source.json
blob: 9d1950a5d1e41170b02f323b178b0e1dbc4f1fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
    {
	"pk": 1,
	"model": "releng.source",
	"fields": {
	    "name": "net install manual networking config (verify network, rc.conf, resolv.conf, mirrorlist)"
	}
    },
    {
	"pk": 2,
	"model": "releng.source",
	"fields": {
	    "name": "net install dhcp (verify network, rc.conf, mirrorlist)"
	}
    },
    {
	"pk": 3,
	"model": "releng.source",
	"fields": {
	    "name": "core"
	}
    }
]