From c389557610c11e16227af5faabebd60f46b4eeff Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 14 Sep 2020 21:11:23 +0100 Subject: Enable force-pushing all branches for Haskell Some branches outside of refs/heads/wip have been rebased in the upstream Git repository, and Lorry fails to push them to the public mirror. Add refspecs to enable force-pushing all branches. --- open-source-lorries/haskell.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/haskell.lorry b/open-source-lorries/haskell.lorry index 817f2ab..555185f 100644 --- a/open-source-lorries/haskell.lorry +++ b/open-source-lorries/haskell.lorry @@ -1,6 +1,10 @@ { "haskell": { "type": "git", - "url": "https://gitlab.haskell.org/ghc/ghc.git" + "url": "https://gitlab.haskell.org/ghc/ghc.git", + "refspecs": [ + "refs/tags/*", + "+refs/heads/*" + ] } } -- cgit v1.2.1