diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-30 14:36:38 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-30 14:36:38 -0500 |
commit | ed6fbafb35ec9799ad182c45985355a2e0d67d50 (patch) | |
tree | 938f5c8105f2064c0bf08c46ab3a5ff12e338393 /main | |
parent | bb84f9c96cb9df4e47e517f424a28fc36b4bed28 (diff) |
Update MirrorProtocol fixture data
Move it to the correct location and add the new field. Also tidy up some of
the instructions dealing with loading this data.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main')
-rw-r--r-- | main/fixtures/mirrorprotocols.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/main/fixtures/mirrorprotocols.json b/main/fixtures/mirrorprotocols.json deleted file mode 100644 index 9e8932a8..00000000 --- a/main/fixtures/mirrorprotocols.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "pk": 2, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "ftp" - } - }, - { - "pk": 1, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "http" - } - }, - { - "pk": 3, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "rsync" - } - } -] |