From 570a4985a886a87d09f407559fe43129788bba09 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 14 Sep 2020 21:08:17 +0100 Subject: Enable force-pushing all branches for GLib 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. Change the refspecs to enable force-pushing all branches. --- open-source-lorries/glib.lorry | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/open-source-lorries/glib.lorry b/open-source-lorries/glib.lorry index dcec646..8a5ddc6 100644 --- a/open-source-lorries/glib.lorry +++ b/open-source-lorries/glib.lorry @@ -4,8 +4,7 @@ "url": "https://gitlab.gnome.org/GNOME/glib.git", "refspecs": [ "refs/tags/*", - "+refs/heads/wip/*", - "refs/heads/*" + "+refs/heads/*" ] } } -- cgit v1.2.1