summaryrefslogtreecommitdiff
path: root/open-source-lorries/ceph.lorry
blob: 4daf2aaa8669cf2ba17533a81df45a68cf5d4107 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "ceph": {
        "type": "git",
        "url": "git://github.com/ceph/ceph.git",
        "refspecs": [
            "+refs/heads/master:refs/heads/master",
            "+refs/tags/*:refs/tags/*"
        ]
    }
}