Add staging repos to repos JSON fixture

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-09-25 18:23:07 -05:00
parent 7a0e6620c9
commit f1d194087b

View File

@ -11,6 +11,18 @@
"testing": false
}
},
{
"pk": 11,
"model": "main.repo",
"fields": {
"bugs_category": 41,
"staging": true,
"name": "Community-Staging",
"bugs_project": 5,
"svn_root": "community",
"testing": false
}
},
{
"pk": 6,
"model": "main.repo",
@ -47,6 +59,30 @@
"testing": false
}
},
{
"pk": 13,
"model": "main.repo",
"fields": {
"bugs_category": 10,
"staging": true,
"name": "Gnome-Unstable",
"bugs_project": 1,
"svn_root": "packages",
"testing": false
}
},
{
"pk": 12,
"model": "main.repo",
"fields": {
"bugs_category": 10,
"staging": true,
"name": "KDE-Unstable",
"bugs_project": 1,
"svn_root": "packages",
"testing": false
}
},
{
"pk": 7,
"model": "main.repo",
@ -59,6 +95,18 @@
"testing": false
}
},
{
"pk": 14,
"model": "main.repo",
"fields": {
"bugs_category": 46,
"staging": true,
"name": "Multilib-Staging",
"bugs_project": 5,
"svn_root": "community",
"testing": false
}
},
{
"pk": 8,
"model": "main.repo",
@ -71,6 +119,18 @@
"testing": true
}
},
{
"pk": 10,
"model": "main.repo",
"fields": {
"bugs_category": 10,
"staging": true,
"name": "Staging",
"bugs_project": 1,
"svn_root": "packages",
"testing": false
}
},
{
"pk": 3,
"model": "main.repo",