diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-08 11:14:27 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-08 11:14:33 -0500 |
commit | 601b63ad104de670ebdb33cbf9e855e773b86d82 (patch) | |
tree | 08da0663212296952a78f27a34d70017b2d1cf75 /main/fixtures/arches.json | |
parent | 04da5f03b254a6000c92eb4e32bdfaa88724f4a4 (diff) |
Update arch fixture with new column
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r-- | main/fixtures/arches.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index d1396ee2..6334c2d3 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -3,6 +3,7 @@ "pk": 1, "model": "main.arch", "fields": { + "agnostic": true, "name": "any" } }, @@ -10,6 +11,7 @@ "pk": 2, "model": "main.arch", "fields": { + "agnostic": false, "name": "i686" } }, @@ -17,6 +19,7 @@ "pk": 3, "model": "main.arch", "fields": { + "agnostic": false, "name": "x86_64" } } |