summaryrefslogtreecommitdiffstats
path: root/main/fixtures
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-08 11:14:27 -0500
committerDan McGee <dan@archlinux.org>2010-09-08 11:14:33 -0500
commit601b63ad104de670ebdb33cbf9e855e773b86d82 (patch)
tree08da0663212296952a78f27a34d70017b2d1cf75 /main/fixtures
parent04da5f03b254a6000c92eb4e32bdfaa88724f4a4 (diff)
downloadarchweb-601b63ad104de670ebdb33cbf9e855e773b86d82.tar.gz
archweb-601b63ad104de670ebdb33cbf9e855e773b86d82.zip
Update arch fixture with new column
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/fixtures')
-rw-r--r--main/fixtures/arches.json3
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"
}
}