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