]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add submodule for Beast header-only library
authorCasey Bodley <cbodley@redhat.com>
Sat, 18 Jun 2016 02:32:48 +0000 (22:32 -0400)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Fri, 21 Oct 2016 20:57:08 +0000 (22:57 +0200)
Beast is a c++ http protocol library build on top of boost::asio

Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
.gitmodules
src/Beast [new submodule]

index 9e564a02dce86a57b3477bbaf16c9baa67120107..6765e9474995a3a8b00e357d366970be4b75a60b 100644 (file)
@@ -38,3 +38,6 @@
        url = https://github.com/ceph/lua.git
        branch = lua-5.3-ceph
        ignore = dirty
+[submodule "src/Beast"]
+       path = src/Beast
+       url = https://github.com/ceph/Beast.git
diff --git a/src/Beast b/src/Beast
new file mode 160000 (submodule)
index 0000000..999e2fa
--- /dev/null
+++ b/src/Beast
@@ -0,0 +1 @@
+Subproject commit 999e2fa0318b5982736d3ea01a418770ea802671