diff options
author | Ben Brown <ben.brown@codethink.co.uk> | 2013-12-16 16:47:30 +0000 |
---|---|---|
committer | Ben Brown <ben.brown@codethink.co.uk> | 2013-12-16 16:49:36 +0000 |
commit | 1ea4757ee5b3f383efd609f324df9e95aa6f3b3c (patch) | |
tree | 0104e061933f7dd902ab2af13ec04ec8c900bd24 /open-source-lorries | |
parent | 865aabcafb4db6f8749d45949a00ccf52339a3b9 (diff) | |
download | lorries-1ea4757ee5b3f383efd609f324df9e95aa6f3b3c.tar.gz |
Add lorries for ceph submodules
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/ceph-libs3.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/ceph-object-corpus.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/ceph-libs3.lorry b/open-source-lorries/ceph-libs3.lorry new file mode 100644 index 0000000..eea252e --- /dev/null +++ b/open-source-lorries/ceph-libs3.lorry @@ -0,0 +1,6 @@ +{ + "ceph-libs3": { + "type": "git", + "url": "git://github.com/ceph/libs3.git" + } +} diff --git a/open-source-lorries/ceph-object-corpus.lorry b/open-source-lorries/ceph-object-corpus.lorry new file mode 100644 index 0000000..a34826b --- /dev/null +++ b/open-source-lorries/ceph-object-corpus.lorry @@ -0,0 +1,6 @@ +{ + "ceph-object-corpus": { + "type": "git", + "url": "git://ceph.com/git/ceph-object-corpus.git" + } +} |