From ec5426b5f10826294ff5b042e1468efdbc020ba1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 14 Sep 2020 21:10:47 +0100 Subject: Enable force-pushing all branches for GTK 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/gtk+.lorry | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/open-source-lorries/gtk+.lorry b/open-source-lorries/gtk+.lorry index 794534e..23f455c 100644 --- a/open-source-lorries/gtk+.lorry +++ b/open-source-lorries/gtk+.lorry @@ -4,8 +4,7 @@ "url": "https://gitlab.gnome.org/GNOME/gtk.git", "refspecs": [ "refs/tags/*", - "+refs/heads/wip/*", - "refs/heads/*" + "+refs/heads/*" ] } } -- cgit v1.2.1