From e3c07cdaf9981af8b98d43de654299c7daa40936 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 6 Nov 2014 16:37:18 +0000 Subject: Fetch ipmitool from its canonical upstream Calxeda is no more, but there's new versions of ipmitool on SourceForge. Unfortunately the Calxeda version wasn't a mirror, so master is going to be force-pushed. We're not going to lose any commits though, as Calxeda's work is part of baserock/morph. --- open-source-lorries/ipmitool.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/ipmitool.lorry b/open-source-lorries/ipmitool.lorry index f12a9ab..372795e 100644 --- a/open-source-lorries/ipmitool.lorry +++ b/open-source-lorries/ipmitool.lorry @@ -1,6 +1,10 @@ { "ipmitool": { "type": "git", - "url": "git://sources.calxeda.com/ipmitool.git" + "url": "git://git.code.sf.net/p/ipmitool/source", + "refspecs": [ + "+refs/heads/*:refs/heads/*", + "refs/tags/*:refs/tags/*" + ] } } -- cgit v1.2.1