summaryrefslogtreecommitdiff
path: root/open-source-lorries/ceph.lorry
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-10-24 11:02:12 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-10-24 11:02:12 +0100
commit8aad22a3620c5286881d0a772bfed0bc963164b4 (patch)
tree74c86a7d71d1127df4fc7b12497bc4a49da99dc0 /open-source-lorries/ceph.lorry
parent4f3baf9b3e568778e54eb44321bb6e3614b2a97c (diff)
downloadlorries-8aad22a3620c5286881d0a772bfed0bc963164b4.tar.gz
Fix some refspecs
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/*"
+ ]
}
}