From a223ec4b71fd7505b206f6b3531cd25a6469ea9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 26 Jan 2011 17:39:36 -0300 Subject: Added [libre] and [libre-testing] repos, plus bugs links --- main/fixtures/repos.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'main/fixtures') 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 + } } ] -- cgit v1.2.3-2-g168b