diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-19 15:10:30 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-19 15:10:30 +0100 |
commit | 12b31f7cfb4a745829b66babb517e2e2317d9019 (patch) | |
tree | 8ccd71968ec76e4ffe69fdd95ffc990db4e8cb1b /open-source-lorries/libgdata.lorry | |
parent | 0b35df1183073786dfffa4019ce321b893cab0ed (diff) | |
download | lorries-12b31f7cfb4a745829b66babb517e2e2317d9019.tar.gz |
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.
Diffstat (limited to 'open-source-lorries/libgdata.lorry')
-rw-r--r-- | open-source-lorries/libgdata.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/libgdata.lorry b/open-source-lorries/libgdata.lorry index e863c42..4260d04 100644 --- a/open-source-lorries/libgdata.lorry +++ b/open-source-lorries/libgdata.lorry @@ -1,6 +1,10 @@ { "libgdata": { "type": "git", - "url": "git://git.gnome.org/libgdata" + "url": "git://git.gnome.org/libgdata", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } |