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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2015-02-26 20:13:13 +0300
committerJo Shields <jo.shields@xamarin.com>2015-02-26 20:13:13 +0300
commitbd9a7de86db88d52e0c75c04f28987588022b7a5 (patch)
treee13b4d933d6d0d485ca6f2593c071845ff235948 /.gitmodules
parentb411285523e8112b51538ce376e9c7f837800046 (diff)
Standardize NRefactory6 git submodule URI format
Using git@ forces a git+ssh connection, which requires that the machine doing the checking out has a valid SSH key saved on a github account - which is not true for build bots.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 0ab59d13db..c998d2f4f9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -42,11 +42,11 @@
branch = xammac-unified
[submodule "main/external/NRefactory6"]
path = main/external/NRefactory6
- url = git@github.com:icsharpcode/NRefactory.git
+ url = git://github.com/icsharpcode/NRefactory.git
branch = roslyn
[submodule "main/external/monomac"]
path = main/external/monomac
url = git://github.com/mono/monomac.git
[submodule "main/external/sharpsvn-binary"]
path = main/external/sharpsvn-binary
- url = git://github.com/mono/sharpsvn-binary.git \ No newline at end of file
+ url = git://github.com/mono/sharpsvn-binary.git