From 580940772698bf457d93bbfcc3d4ffc303ff5c21 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 22 Oct 2014 14:53:59 +0100 Subject: Add zookeeper and cppunit lorries --- open-source-lorries/cppunit.lorry | 6 ++++++ open-source-lorries/zookeeper.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/cppunit.lorry create mode 100644 open-source-lorries/zookeeper.lorry diff --git a/open-source-lorries/cppunit.lorry b/open-source-lorries/cppunit.lorry new file mode 100644 index 0000000..ac9cf4f --- /dev/null +++ b/open-source-lorries/cppunit.lorry @@ -0,0 +1,6 @@ +{ + "cppunit": { + "type": "git", + "url": "git://anongit.freedesktop.org/git/libreoffice/cppunit/" + } +} diff --git a/open-source-lorries/zookeeper.lorry b/open-source-lorries/zookeeper.lorry new file mode 100644 index 0000000..497d39a --- /dev/null +++ b/open-source-lorries/zookeeper.lorry @@ -0,0 +1,6 @@ +{ + "zookeeper": { + "type": "git", + "url": "git://git.apache.org/zookeeper.git" + } +} -- cgit v1.2.1