Commit 61662db5 authored by Antoine Cellerier's avatar Antoine Cellerier

Remote urls should be changed directly in the submodule's .git/config file.

parent 37a4d520
# To modify a submodule's url, ie to use ssh:// instead of git://,
# update the submodule's .git/config file.
# Use "git submodule update --init" to initialize submodules.
# See man git-submodule for more info.
[submodule "bindings/libvlcpp"]
path = bindings/libvlcpp
update = rebase
url = git://git.videolan.org/vlc/bindings/libvlcpp.git
# url = git@git.videolan.org:vlc/bindings/libvlcpp.git
[submodule "bindings/jvlc"]
path = bindings/jvlc
update = rebase
url = git://git.videolan.org/vlc/bindings/jvlc.git
# url = git@git.videolan.org:vlc/bindings/jvlc.git
[submodule "bindings/python"]
path = bindings/python
update = rebase
url = git://git.videolan.org/vlc/bindings/python.git
# url = git@git.videolan.org:vlc/bindings/python.git
[submodule "bindings/phonon"]
path = bindings/phonon
update = rebase
url = git://git.videolan.org/vlc/bindings/phonon.git
# url = git@git.videolan.org:vlc/bindings/phonon.git
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment