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 +++++++- open-source-lorries/colm.lorry | 3 ++- open-source-lorries/git.lorry | 2 +- open-source-lorries/libgcrypt.lorry | 3 ++- open-source-lorries/qt5-tools-all.lorry | 6 +++++- 5 files changed, 17 insertions(+), 5 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/*" + ] } } diff --git a/open-source-lorries/colm.lorry b/open-source-lorries/colm.lorry index 9413c95..bef840e 100644 --- a/open-source-lorries/colm.lorry +++ b/open-source-lorries/colm.lorry @@ -1,6 +1,7 @@ { "colm": { "type": "git", - "url": "git://git.complang.org/colm.git" + "url": "git://git.complang.org/colm.git", + "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ] } } diff --git a/open-source-lorries/git.lorry b/open-source-lorries/git.lorry index 26bc352..38f15e1 100644 --- a/open-source-lorries/git.lorry +++ b/open-source-lorries/git.lorry @@ -3,7 +3,7 @@ "type": "git", "url": "git://github.com/gitster/git.git", "refspecs": [ - "snap", "master", "+next", "initial", + "+snap", "master", "+next", "initial", "maint", "maint-1.7.6", "maint-1.7.7", "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/libgcrypt.lorry b/open-source-lorries/libgcrypt.lorry index b4175e1..2473107 100644 --- a/open-source-lorries/libgcrypt.lorry +++ b/open-source-lorries/libgcrypt.lorry @@ -1,6 +1,7 @@ { "libgcrypt": { "type": "git", - "url": "git://git.gnupg.org/libgcrypt" + "url": "git://git.gnupg.org/libgcrypt", + "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ] } } diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry index 6b19abe..5263b8c 100644 --- a/open-source-lorries/qt5-tools-all.lorry +++ b/open-source-lorries/qt5-tools-all.lorry @@ -33,7 +33,11 @@ }, "qt5/qtsensors": { "type": "git", - "url": "git://gitorious.org/qt/qtsensors.git" + "url": "git://gitorious.org/qt/qtsensors.git", + "refspecs": [ + "+refs/heads/*:refs/heads/*", + "+refs/tags/*:refs/tags/*" + ] }, "qt5/qtserialport": { "type": "git", -- cgit v1.2.1