summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-14 21:11:23 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-14 21:15:21 +0100
commitc389557610c11e16227af5faabebd60f46b4eeff (patch)
treea9738665990397fb1327ff2f8aa7522612451dae
parentec5426b5f10826294ff5b042e1468efdbc020ba1 (diff)
downloadlorries-c389557610c11e16227af5faabebd60f46b4eeff.tar.gz
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.
-rw-r--r--open-source-lorries/haskell.lorry6
1 files changed, 5 insertions, 1 deletions
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/*"
+ ]
}
}