diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-25 18:23:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-25 18:23:07 -0500 |
commit | f1d194087b717fdf304b1cdd1b54826db83c0c57 (patch) | |
tree | 00c1db06b6ed61d2fd188dbcb61125ac8865f6cd /main | |
parent | 7a0e6620c9c8782fbef37db15afc3ccebc642d19 (diff) |
Add staging repos to repos JSON fixture
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main')
-rw-r--r-- | main/fixtures/repos.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index 5fd918bb..a6f564b7 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -12,6 +12,18 @@ } }, { + "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", "fields": { @@ -48,6 +60,30 @@ } }, { + "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", "fields": { @@ -60,6 +96,18 @@ } }, { + "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", "fields": { @@ -72,6 +120,18 @@ } }, { + "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", "fields": { |