diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-10-22 14:53:59 +0100 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2014-10-22 14:53:59 +0100 |
commit | 580940772698bf457d93bbfcc3d4ffc303ff5c21 (patch) | |
tree | c9410a3a188060a46e07914f7e7fca9f4223388b | |
parent | 4dd0cd4e8ddb17391f17b38aa6c26af3fefd0f5b (diff) | |
download | lorries-580940772698bf457d93bbfcc3d4ffc303ff5c21.tar.gz |
Add zookeeper and cppunit lorries
-rw-r--r-- | open-source-lorries/cppunit.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/zookeeper.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
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" + } +} |