From 8aad22a3620c5286881d0a772bfed0bc963164b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 24 Oct 2013 11:02:12 +0100 Subject: Fix some refspecs --- open-source-lorries/ceph.lorry | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/ceph.lorry') 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/*" + ] } } -- cgit v1.2.1