diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-18 19:20:51 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-18 19:20:51 +0100 |
commit | 0861164198eee842ef09aa2c43de3c10ac542b22 (patch) | |
tree | b702725e8f22b63c9dd66362fc26f667bfba386a | |
parent | 1910293ebe3b2f41e0534ec86fa278bd0160b23b (diff) | |
download | lorries-0861164198eee842ef09aa2c43de3c10ac542b22.tar.gz |
Add lorries for Mark Doffman
These are dependencies of Ceph.
-rw-r--r-- | open-source-lorries/keyutils.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/nspr-hg.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/nss-hg.lorry | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/open-source-lorries/keyutils.lorry b/open-source-lorries/keyutils.lorry new file mode 100644 index 0000000..714869c --- /dev/null +++ b/open-source-lorries/keyutils.lorry @@ -0,0 +1,8 @@ +{ + "keyutils-tarball": { + "type": "tarball", + "compression": "bzip2", + "strip": 1, + "url": "http://people.redhat.com/dhowells/keyutils/keyutils-1.5.6.tar.bz2" + } +} diff --git a/open-source-lorries/nspr-hg.lorry b/open-source-lorries/nspr-hg.lorry new file mode 100644 index 0000000..6ced1f3 --- /dev/null +++ b/open-source-lorries/nspr-hg.lorry @@ -0,0 +1,6 @@ +{ + "nspr": { + "type": "hg", + "url": "https://hg.mozilla.org/projects/nspr" + } +} diff --git a/open-source-lorries/nss-hg.lorry b/open-source-lorries/nss-hg.lorry new file mode 100644 index 0000000..144857e --- /dev/null +++ b/open-source-lorries/nss-hg.lorry @@ -0,0 +1,6 @@ +{ + "nss": { + "type": "hg", + "url": "https://hg.mozilla.org/projects/nss" + } +} |