diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-10-24 11:02:12 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-10-24 11:02:12 +0100 |
commit | 8aad22a3620c5286881d0a772bfed0bc963164b4 (patch) | |
tree | 74c86a7d71d1127df4fc7b12497bc4a49da99dc0 | |
parent | 4f3baf9b3e568778e54eb44321bb6e3614b2a97c (diff) | |
download | lorries-8aad22a3620c5286881d0a772bfed0bc963164b4.tar.gz |
Fix some refspecs
-rw-r--r-- | open-source-lorries/ceph.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/colm.lorry | 3 | ||||
-rw-r--r-- | open-source-lorries/git.lorry | 2 | ||||
-rw-r--r-- | open-source-lorries/libgcrypt.lorry | 3 | ||||
-rw-r--r-- | 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", |