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 /open-source-lorries/qt5-tools-all.lorry | |
parent | 4f3baf9b3e568778e54eb44321bb6e3614b2a97c (diff) | |
download | lorries-8aad22a3620c5286881d0a772bfed0bc963164b4.tar.gz |
Fix some refspecs
Diffstat (limited to 'open-source-lorries/qt5-tools-all.lorry')
-rw-r--r-- | open-source-lorries/qt5-tools-all.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
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", |