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