summaryrefslogtreecommitdiffstats
path: root/releng/fixtures/source.json
blob: 2622f4c122611566eeffe7672f0551ececce4e0a (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 (Check that it works + rc.conf, resolv.conf, mirrorlist)"
	}
    },
    {
	"pk": 2,
	"model": "releng.source",
	"fields": {
	    "name": "net install dhcp (Check that it works + rc.conf)"
	}
    },
    {
	"pk": 3,
	"model": "releng.source",
	"fields": {
	    "name": "core"
	}
    }
]