Merge pull request #1261 from BenLubar/pull-request-test
Replace submodule URLs with relative URLs so they will be downloaded via the same transport as the main repo (HTTPS or SSH, usually)develop
commit
69373e367c
@ -1,15 +1,15 @@
|
|||||||
[submodule "plugins/stonesense"]
|
[submodule "plugins/stonesense"]
|
||||||
path = plugins/stonesense
|
path = plugins/stonesense
|
||||||
url = git://github.com/DFHack/stonesense.git
|
url = ../../DFHack/stonesense.git
|
||||||
[submodule "plugins/isoworld"]
|
[submodule "plugins/isoworld"]
|
||||||
path = plugins/isoworld
|
path = plugins/isoworld
|
||||||
url = git://github.com/DFHack/isoworld.git
|
url = ../../DFHack/isoworld.git
|
||||||
[submodule "library/xml"]
|
[submodule "library/xml"]
|
||||||
path = library/xml
|
path = library/xml
|
||||||
url = git://github.com/DFHack/df-structures.git
|
url = ../../DFHack/df-structures.git
|
||||||
[submodule "depends/clsocket"]
|
[submodule "depends/clsocket"]
|
||||||
path = depends/clsocket
|
path = depends/clsocket
|
||||||
url = git://github.com/DFHack/clsocket.git
|
url = ../../DFHack/clsocket.git
|
||||||
[submodule "scripts2"]
|
[submodule "scripts2"]
|
||||||
path = scripts
|
path = scripts
|
||||||
url = git://github.com/dfhack/scripts.git
|
url = ../../DFHack/scripts.git
|
||||||
|
Loading…
Reference in New Issue