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/cgit.lorry | 6 +++++- open-source-lorries/lua.lorry | 6 +++++- open-source-lorries/qt4-tools.lorry | 6 +++++- open-source-lorries/xserver.lorry | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/cgit.lorry b/open-source-lorries/cgit.lorry index baa20a8..915fbb0 100644 --- a/open-source-lorries/cgit.lorry +++ b/open-source-lorries/cgit.lorry @@ -1,6 +1,10 @@ { "cgit": { "type": "git", - "url": "git://hjemli.net/pub/git/cgit" + "url": "git://hjemli.net/pub/git/cgit", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } diff --git a/open-source-lorries/lua.lorry b/open-source-lorries/lua.lorry index 777d482..073a77f 100644 --- a/open-source-lorries/lua.lorry +++ b/open-source-lorries/lua.lorry @@ -1,6 +1,10 @@ { "lua": { "type": "git", - "url": "git://github.com/LuaDist/lua.git" + "url": "git://github.com/LuaDist/lua.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } 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/*" + ] } } diff --git a/open-source-lorries/xserver.lorry b/open-source-lorries/xserver.lorry index 06e69e9..dd8d642 100644 --- a/open-source-lorries/xserver.lorry +++ b/open-source-lorries/xserver.lorry @@ -1,6 +1,10 @@ { "xserver": { "type": "git", - "url": "git://anongit.freedesktop.org/xorg/xserver.git" + "url": "git://anongit.freedesktop.org/xorg/xserver.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } -- cgit v1.2.1