Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-07-17 16:21:10 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-07-17 16:21:10 +0300
commita642894f4a4417f6bbe35fb1344e66dc7e8f5481 (patch)
tree49a4666fae1bce4d9494299553f6b9d294b1264e /.gitmodules
parent6f434d3e28a21f7f228641b1011582a905289669 (diff)
.gitmodules: always use our own submodule repos on GitHub.
The driving factor for this is that the CentOS builder is so old that its copy of curl/OpenSSL doesn't support SNI properly, so trying to clone from xiph.org fails (since the default certificate for the site specifies opus-codec.org, not xiph.org). It's also a bit nicer not to leech on Xiph.org's bandwidth. Plus, we now have the possibility to do fixups (that aren't upstreamable for some reason) to these repos without too much hassle.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 74c79a669..701f59c2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
[submodule "speex"]
path = 3rdparty/speex-src
- url = https://git.xiph.org/speex.git/
+ url = https://github.com/mumble-voip/speex.git
[submodule "celt-0.7.0-src"]
path = 3rdparty/celt-0.7.0-src
url = https://github.com/mumble-voip/celt-0.7.0.git
[submodule "celt-0.11.0-src"]
path = 3rdparty/celt-0.11.0-src
- url = https://git.xiph.org/celt.git/
+ url = https://github.com/mumble-voip/celt-0.11.0.git
[submodule "opus-src"]
path = 3rdparty/opus-src
url = https://github.com/mumble-voip/opus.git
@@ -21,7 +21,7 @@
url = https://github.com/mumble-voip/mach_override.git
[submodule "3rdparty/speexdsp-src"]
path = 3rdparty/speexdsp-src
- url = https://git.xiph.org/speexdsp.git
+ url = https://github.com/mumble-voip/speexdsp.git
[submodule "themes/Mumble"]
path = themes/Mumble
url = https://github.com/mumble-voip/mumble-theme.git