summaryrefslogtreecommitdiff
path: root/open-source-lorries/ceph.lorry
diff options
context:
space:
mode:
Diffstat (limited to 'open-source-lorries/ceph.lorry')
-rw-r--r--open-source-lorries/ceph.lorry8
1 files changed, 7 insertions, 1 deletions
diff --git a/open-source-lorries/ceph.lorry b/open-source-lorries/ceph.lorry
index ea9c6bb..1dcccb6 100644
--- a/open-source-lorries/ceph.lorry
+++ b/open-source-lorries/ceph.lorry
@@ -1,6 +1,12 @@
{
"ceph": {
"type": "git",
- "url": "git://github.com/ceph/ceph.git"
+ "url": "git://github.com/ceph/ceph.git",
+ "refspecs": [
+ "refs/heads/master:refs/heads/master",
+ "+refs/heads/wip-*:refs/heads/wip-*",
+ "+refs/heads/cis-lua:refs/heads/cis-lua",
+ "+refs/tags/*:refs/tags/*"
+ ]
}
}