diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-27 12:30:03 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-27 12:30:03 +0100 |
commit | 0c64661db9489817f422f43e214b9657eb6472dd (patch) | |
tree | 89a21792c9f0772663b8a32830a103fc98473153 /open-source-lorries/keyutils.lorry | |
parent | ed42f364a1d11156efa249d00f39dda418e12446 (diff) | |
parent | 66b35d644e81840e4565a1aeb3fe4d8a9f26ffa1 (diff) | |
download | lorries-0c64661db9489817f422f43e214b9657eb6472dd.tar.gz |
Merge branch 'master' of ssh://trove.baserock.org/baserock/local-config/lorries
Diffstat (limited to 'open-source-lorries/keyutils.lorry')
-rw-r--r-- | open-source-lorries/keyutils.lorry | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/open-source-lorries/keyutils.lorry b/open-source-lorries/keyutils.lorry index 714869c..3f46c1e 100644 --- a/open-source-lorries/keyutils.lorry +++ b/open-source-lorries/keyutils.lorry @@ -1,8 +1,6 @@ { - "keyutils-tarball": { - "type": "tarball", - "compression": "bzip2", - "strip": 1, - "url": "http://people.redhat.com/dhowells/keyutils/keyutils-1.5.6.tar.bz2" + "keyutils": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git" } } |