summaryrefslogtreecommitdiff
path: root/main/fixtures
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-15 12:49:22 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-15 12:49:22 +0000
commitc55bf710c2de210a0e956bf811e077bfe382a889 (patch)
treee76f404cbb1337b94d76872532657eb95425af05 /main/fixtures
parentbcf69b6b3121a6bef27a27e54327fac9a6641c96 (diff)
parent96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff)
Merge branch 'master' of /srv/git/repositories/parabolaweb
Diffstat (limited to 'main/fixtures')
-rw-r--r--main/fixtures/arches.json8
-rw-r--r--main/fixtures/groups.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 1e9dbc91..f7e7fdc0 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -30,5 +30,13 @@
"agnostic": false,
"name": "mips64el"
}
+ },
+ {
+ "pk": 5,
+ "model": "main.arch",
+ "fields": {
+ "agnostic": false,
+ "name": "i586"
+ }
}
]
diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json
index aa826b83..385e321d 100644
--- a/main/fixtures/groups.json
+++ b/main/fixtures/groups.json
@@ -3,7 +3,7 @@
"pk": 1,
"model": "auth.group",
"fields": {
- "name": "Developers",
+ "name": "Hackers",
"permissions": [
[
"change_package",