From 04e356c5a826ab5838e280f4cafd2b4306749cea Mon Sep 17 00:00:00 2001 From: Johannes Krampf Date: Sat, 3 Dec 2011 12:16:53 +0100 Subject: Add mips64el to arches fixture --- main/fixtures/arches.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/fixtures') diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 6334c2d3..1e9dbc91 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -22,5 +22,13 @@ "agnostic": false, "name": "x86_64" } + }, + { + "pk": 4, + "model": "main.arch", + "fields": { + "agnostic": false, + "name": "mips64el" + } } ] -- cgit v1.2.3-54-g00ecf From e81d8848650b88af2ed08c4e4fa9e6d98757aebc Mon Sep 17 00:00:00 2001 From: Johannes Krampf Date: Sat, 3 Dec 2011 13:05:44 +0100 Subject: Re-enable fixture import by deleting the offending permissions for now --- main/fixtures/groups.json | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'main/fixtures') diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json index 8a6b2287..aa826b83 100644 --- a/main/fixtures/groups.json +++ b/main/fixtures/groups.json @@ -10,11 +10,6 @@ "main", "package" ], - [ - "add_signoff", - "main", - "signoff" - ], [ "add_todolist", "main", @@ -39,16 +34,6 @@ "delete_todolistpkg", "main", "todolistpkg" - ], - [ - "add_news", - "news", - "news" - ], - [ - "change_news", - "news", - "news" ] ] } @@ -341,11 +326,6 @@ "main", "package" ], - [ - "add_signoff", - "main", - "signoff" - ], [ "add_todolist", "main", @@ -403,4 +383,4 @@ ] } } -] \ No newline at end of file +] -- cgit v1.2.3-54-g00ecf