From 9db8509c9a6095e2c7406265bd832c68839e5436 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 10 Dec 2014 14:24:07 -0800 Subject: Renaming libevent to event2, and adding gflags submodule. --- .gitmodules | 7 +++++-- third_party/event2 | 1 + third_party/gflags | 1 + third_party/libevent | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 third_party/event2 create mode 160000 third_party/gflags delete mode 160000 third_party/libevent diff --git a/.gitmodules b/.gitmodules index 0929c8ec33..f943b10316 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,10 @@ path = third_party/protobuf url = https://github.com/google/protobuf.git branch = v3.0.0-alpha-1 -[submodule "third_party/libevent"] - path = third_party/libevent +[submodule "third_party/event2"] + path = third_party/event2 url = https://github.com/libevent/libevent.git branch = patches-2.0 +[submodule "third_party/gflags"] + path = third_party/gflags + url = https://code.google.com/p/gflags diff --git a/third_party/event2 b/third_party/event2 new file mode 160000 index 0000000000..f7d92c6392 --- /dev/null +++ b/third_party/event2 @@ -0,0 +1 @@ +Subproject commit f7d92c63928a1460f3d99b9bc418bd3b686a0dca diff --git a/third_party/gflags b/third_party/gflags new file mode 160000 index 0000000000..05b155ff59 --- /dev/null +++ b/third_party/gflags @@ -0,0 +1 @@ +Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029 diff --git a/third_party/libevent b/third_party/libevent deleted file mode 160000 index f7d92c6392..0000000000 --- a/third_party/libevent +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7d92c63928a1460f3d99b9bc418bd3b686a0dca -- cgit v1.2.3