diff options
-rw-r--r-- | open-source-lorries/ipmitool.lorry | 6 |
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/*" + ] } } |