From 12b31f7cfb4a745829b66babb517e2e2317d9019 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 19 Sep 2013 15:10:30 +0100 Subject: Add force-push refspecs These repos were all failing because of some refs not being fast-forward pushable. Plus some were enlightenmnet, where I added the refspecs pre-emptively. --- open-source-lorries/gnome-settings-daemon.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/gnome-settings-daemon.lorry') diff --git a/open-source-lorries/gnome-settings-daemon.lorry b/open-source-lorries/gnome-settings-daemon.lorry index 1b7f701..9d752d8 100644 --- a/open-source-lorries/gnome-settings-daemon.lorry +++ b/open-source-lorries/gnome-settings-daemon.lorry @@ -1,6 +1,10 @@ { "gnome-settings-daemon": { "type": "git", - "url": "git://git.gnome.org/gnome-settings-daemon" + "url": "git://git.gnome.org/gnome-settings-daemon", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } -- cgit v1.2.1