diff options
author | eliott <eliott@cactuswax.net> | 2008-04-17 18:57:21 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-17 18:57:21 -0700 |
commit | dc6f471349d090245d7a1641e830bcb95a14e026 (patch) | |
tree | 50fc7b9ddf23b96db1e422fbcc3973d6b7856ca0 /main/fixtures/arches.json | |
parent | d072a9f71752e0a279535b2a381a50e32912ff9b (diff) |
Added some fixture data for repos and arches.
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r-- | main/fixtures/arches.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json new file mode 100644 index 00000000..171e84b0 --- /dev/null +++ b/main/fixtures/arches.json @@ -0,0 +1,23 @@ +[ + { + "pk": "1", + "model": "main.arch", + "fields": { + "name": "any" + } + }, + { + "pk": "2", + "model": "main.arch", + "fields": { + "name": "i686" + } + }, + { + "pk": "3", + "model": "main.arch", + "fields": { + "name": "x86_64" + } + } +] |