From e481fd7e164f457809fa6239097a02f3d8544df2 Mon Sep 17 00:00:00 2001 From: ParabolaWeb Date: Wed, 18 May 2016 00:12:02 +0100 Subject: this was sitting here --- main/fixtures/arches.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 2ceeea5a..1ece16c9 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -11,15 +11,6 @@ { "pk": 2, "model": "main.arch", - "fields": { - "agnostic": false, - "name": "armv7h", - "required_signoffs": 1 - } -}, -{ - "pk": 3, - "model": "main.arch", "fields": { "agnostic": false, "name": "i686", @@ -27,7 +18,7 @@ } }, { - "pk": 4, + "pk": 3, "model": "main.arch", "fields": { "agnostic": false, -- cgit v1.2.2