summaryrefslogtreecommitdiffstats
path: root/mirrors/fixtures/mirrorprotocols.json
blob: 35614b3af788c0e3d7ea026aa6781761a82414ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
    {
        "pk": 1, 
        "model": "mirrors.mirrorprotocol", 
        "fields": {
            "is_download": true, 
            "protocol": "http"
        }
    }, 
    {
        "pk": 2, 
        "model": "mirrors.mirrorprotocol", 
        "fields": {
            "is_download": true, 
            "protocol": "ftp"
        }
    }, 
    {
        "pk": 3, 
        "model": "mirrors.mirrorprotocol", 
        "fields": {
            "is_download": false, 
            "protocol": "rsync"
        }
    }
]