summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-02-27 11:55:59 -0600
committerDan McGee <dan@archlinux.org>2011-02-27 11:55:59 -0600
commit7cdf2b698173add6707fb943f939a5ff9a2eab25 (patch)
tree46950f3f914221e83b44267588e331ae4ec33357
parent47622e62938e629cfe85457f9a36d5f9b87987d5 (diff)
downloadarchweb-7cdf2b698173add6707fb943f939a5ff9a2eab25.tar.gz
archweb-7cdf2b698173add6707fb943f939a5ff9a2eab25.zip
Update repos fixture
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--main/fixtures/repos.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json
index bc474d3e..fae96f85 100644
--- a/main/fixtures/repos.json
+++ b/main/fixtures/repos.json
@@ -50,6 +50,16 @@
}
},
{
+ "pk": 8,
+ "model": "main.repo",
+ "fields": {
+ "svn_root": "community",
+ "testing": true,
+ "name": "Multilib-Testing",
+ "bugs_project": 5
+ }
+ },
+ {
"pk": 3,
"model": "main.repo",
"fields": {
@@ -59,4 +69,4 @@
"bugs_project": 1
}
}
-]
+] \ No newline at end of file