summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-14 21:08:17 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-14 21:14:38 +0100
commit570a4985a886a87d09f407559fe43129788bba09 (patch)
treee5bb0c5f9ed2803f7476010ccf3b142342d81907
parent9f961539b4cc686f6f94665ea0f227196232f593 (diff)
downloadlorries-570a4985a886a87d09f407559fe43129788bba09.tar.gz
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.
-rw-r--r--open-source-lorries/glib.lorry3
1 files changed, 1 insertions, 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/*"
]
}
}