diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-09-25 01:26:18 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-09-25 01:26:18 +0000 |
commit | 1b95f22a1e67fafb6e2626653611b40457b9f590 (patch) | |
tree | 9c8d4846534d7039e3650b17b260232e9b2a77e4 /open-source-lorries/keyutils.lorry | |
parent | 5a7bfb47971580d4ec3991e6c524615ba2be99e1 (diff) | |
download | lorries-1b95f22a1e67fafb6e2626653611b40457b9f590.tar.gz |
Move the keyutils lorry from a tarball to the git repo.
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" } } |