evorepo/main/fixtures/arches.json
Dan McGee 601b63ad10 Update arch fixture with new column
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-08 11:14:33 -05:00

27 lines
458 B
JSON

[
{
"pk": 1,
"model": "main.arch",
"fields": {
"agnostic": true,
"name": "any"
}
},
{
"pk": 2,
"model": "main.arch",
"fields": {
"agnostic": false,
"name": "i686"
}
},
{
"pk": 3,
"model": "main.arch",
"fields": {
"agnostic": false,
"name": "x86_64"
}
}
]