From 2c30bd367a3fb6faa7227670cbe2eafdda4dc27e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 4 Jun 2013 14:22:08 +0100 Subject: Add refspecs to handle non-ff pushes --- open-source-lorries/qt4-tools.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/qt4-tools.lorry') 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/*" + ] } } -- cgit v1.2.1