Update fixtures

We have added some repos and some fields to these guys, so update them with
what we have in production at the moment.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-06-16 22:47:45 -05:00
parent 24acac3f18
commit a0794a25d0
2 changed files with 26 additions and 14 deletions

View File

@ -1,20 +1,20 @@
[
{
"pk": "1",
"pk": 1,
"model": "main.arch",
"fields": {
"name": "any"
}
},
{
"pk": "2",
"pk": 2,
"model": "main.arch",
"fields": {
"name": "i686"
}
},
{
"pk": "3",
"pk": 3,
"model": "main.arch",
"fields": {
"name": "x86_64"

View File

@ -1,30 +1,42 @@
[
{
"pk": "1",
"pk": 5,
"model": "main.repo",
"fields": {
"testing": false,
"name": "Community"
}
},
{
"pk": 6,
"model": "main.repo",
"fields": {
"testing": true,
"name": "Community-Testing"
}
},
{
"pk": 1,
"model": "main.repo",
"fields": {
"testing": false,
"name": "Core"
}
},
{
"pk": "2",
"pk": 2,
"model": "main.repo",
"fields": {
"testing": false,
"name": "Extra"
}
},
{
"pk": "3",
"pk": 3,
"model": "main.repo",
"fields": {
"testing": true,
"name": "Testing"
}
},
{
"pk": "4",
"model": "main.repo",
"fields": {
"name": "Unstable"
}
}
}
]