summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-08 16:50:13 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-08 16:50:13 -0500
commit2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 (patch)
tree234d34c9a5dcd5c20f2ce9e51712174a8d2875dc
parent603992b847ab97bda474e543df005c99863a73f9 (diff)
add the i586 architecture to arches.json
-rw-r--r--main/fixtures/arches.json8
1 files changed, 8 insertions, 0 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"
+ }
}
]