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/cmake.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/cmake.lorry') diff --git a/open-source-lorries/cmake.lorry b/open-source-lorries/cmake.lorry index af7645b..2cc9e1a 100644 --- a/open-source-lorries/cmake.lorry +++ b/open-source-lorries/cmake.lorry @@ -1,6 +1,10 @@ { "cmake": { "type": "git", - "url": "git://cmake.org/cmake.git" + "url": "git://cmake.org/cmake.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } -- cgit v1.2.1