summaryrefslogtreecommitdiff
path: root/open-source-lorries/qt4-tools.lorry
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-04 14:22:08 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-04 14:22:08 +0100
commit2c30bd367a3fb6faa7227670cbe2eafdda4dc27e (patch)
treee8ee7ccf444755312af9655168c9a216e2524021 /open-source-lorries/qt4-tools.lorry
parent1c8ca1837fa9379c92639e0ce937cf51cf6e1469 (diff)
downloadlorries-2c30bd367a3fb6faa7227670cbe2eafdda4dc27e.tar.gz
Add refspecs to handle non-ff pushes
Diffstat (limited to 'open-source-lorries/qt4-tools.lorry')
-rw-r--r--open-source-lorries/qt4-tools.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/qt4-tools.lorry b/open-source-lorries/qt4-tools.lorry
index 2972b88..f166bec 100644
--- a/open-source-lorries/qt4-tools.lorry
+++ b/open-source-lorries/qt4-tools.lorry
@@ -1,6 +1,10 @@
{
"qt4-tools": {
"type": "git",
- "url": "git://gitorious.org/qt/qt.git"
+ "url": "git://gitorious.org/qt/qt.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}