summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-11-06 16:37:18 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-11-06 16:37:18 +0000
commite3c07cdaf9981af8b98d43de654299c7daa40936 (patch)
tree543b91567911d7fe18eae99d85738a5a9509a0a2
parent753d714e40b46f5ba132763ac5d14691fe0b25e5 (diff)
downloadlorries-e3c07cdaf9981af8b98d43de654299c7daa40936.tar.gz
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.
-rw-r--r--open-source-lorries/ipmitool.lorry6
1 files changed, 5 insertions, 1 deletions
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/*"
+ ]
}
}