summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 01:26:18 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 01:26:18 +0000
commit1b95f22a1e67fafb6e2626653611b40457b9f590 (patch)
tree9c8d4846534d7039e3650b17b260232e9b2a77e4
parent5a7bfb47971580d4ec3991e6c524615ba2be99e1 (diff)
downloadlorries-1b95f22a1e67fafb6e2626653611b40457b9f590.tar.gz
Move the keyutils lorry from a tarball to the git repo.
-rw-r--r--open-source-lorries/keyutils.lorry8
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"
}
}