commit b07d4febeb79d4b423513e6a319e08188fc56694 Author: n8fr8 nathan@freitas.net Date: Sun Dec 3 15:36:28 2017 +0530
removed unused submodules, moved to gradle tor-android --- .gitmodules | 28 ---------------------------- 1 file changed, 28 deletions(-)
diff --git a/.gitmodules b/.gitmodules index d8f0459a..67daeac2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,7 @@ -[submodule "external/tor"] - path = external/tor - url = https://git.torproject.org/git/tor.git - ignore = dirty -[submodule "external/libevent"] - path = external/libevent - url = https://github.com/libevent/libevent.git - ignore = dirty [submodule "external/jtorctl"] path = external/jtorctl url = https://github.com/guardianproject/jtorctl ignore = dirty -[submodule "external/openssl"] - path = external/openssl - url = https://github.com/openssl/openssl.git - ignore = dirty -[submodule "external/iptables"] - path = external/iptables - url = git://git.netfilter.org/iptables - ignore = dirty -[submodule "external/polipo"] - path = external/polipo - url = https://github.com/jech/polipo.git - ignore = dirty [submodule "external/badvpn"] path = external/badvpn url = https://github.com/guardianproject/badvpn.git @@ -34,11 +14,3 @@ path = external/jsocks url = https://github.com/guardianproject/jsocks.git ignore = dirty -[submodule "external/zstd"] - path = external/zstd - url = https://github.com/facebook/zstd.git - ignore = dirty -[submodule "external/xz"] - path = external/xz - url = https://git.tukaani.org/xz.git - ignore = dirty
tor-commits@lists.torproject.org