diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:39:36 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:39:36 -0300 |
commit | a223ec4b71fd7505b206f6b3531cd25a6469ea9f (patch) | |
tree | b65e479e0e04e088d8a82e7232c0fd2bdf929606 /main | |
parent | 5ce1c68bb005a2c700bf196ef3fa2feebeec10dd (diff) |
Added [libre] and [libre-testing] repos, plus bugs links
Diffstat (limited to 'main')
-rw-r--r-- | main/fixtures/repos.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index bc474d3e..a89af7b5 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -58,5 +58,25 @@ "name": "Testing", "bugs_project": 1 } + }, + { + "pk": 10, + "model": "main.repo", + "fields": { + "svn_root": "", + "testing": true, + "name": "Libre-Testing", + "bugs_project": 0 + } + }, + { + "pk": 11, + "model": "main.repo", + "fields": { + "svn_root": "", + "testing": false, + "name": "Libre", + "bugs_project": 0 + } } ] |