2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/.gitmodules
Robert a2320d2d9d Prevent potential firewall problem with git clone (#3094)
The better solution might well be to do this locally, using either

```
git config --global url."https://".insteadOf git://
```

or

```
git config --global url."https://github.com".insteadOf git://github.com
```

However, we don't live in an ideal world so this commit intends to lower the barrier to entry.

See https://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning for more information.
2017-08-19 21:21:20 +02:00

13 lines
488 B
Plaintext

[submodule "koreader-base"]
path = base
url = https://github.com/koreader/koreader-base.git
[submodule "platform/android/luajit-launcher"]
path = platform/android/luajit-launcher
url = https://github.com/koreader/android-luajit-launcher.git
[submodule "platform/ubuntu-touch/ubuntu-touch-sdl"]
path = platform/ubuntu-touch/ubuntu-touch-sdl
url = https://github.com/Sturmflut/ubuntu-touch-sdl-template
[submodule "test"]
path = test
url = https://github.com/koreader/test-data.git