summaryrefslogtreecommitdiff
path: root/main/fixtures/arches.json
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-25 22:46:04 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-25 22:46:04 -0500
commite85cfe45d81453e09a7d470d47d1dc499dbba6f4 (patch)
tree40fd6a0b6b182fcecd87200d68723af7992869b6 /main/fixtures/arches.json
parentf545de301a3188eefffb79de018d5fda2f03946d (diff)
Don't modify the arches and repos fixtures... it only ends in pain
Do that at "run-time".
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r--main/fixtures/arches.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 6ebd0c15..1ece16c9 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -25,21 +25,5 @@
"name": "x86_64",
"required_signoffs": 2
}
-},
-{
- "pk": 4,
- "model": "main.arch",
- "fields": {
- "agnostic": false,
- "name": "mips64el"
- }
-},
-{
- "pk": 5,
- "model": "main.arch",
- "fields": {
- "agnostic": false,
- "name": "i586"
- }
}
]