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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-10-27 23:28:48 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-10-28 00:22:45 +0300
commitc9dff536ad26a365723b98c283abe565b33f2e54 (patch)
treedbb38f288b6568357a5d824558d4cf9a89f641c6 /acceptance-tests/SUBMODULES.json
parentc3f236a79d3ff8ed5ae736e15251348c44669efb (diff)
[acceptance-tests] Move CoreCLR submodule reference to Mono fork
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 088dd65cef6..6cf3d6d16b7 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -9,10 +9,10 @@
},
{
"name": "coreclr",
- "url": "git://github.com/dotnet/coreclr.git",
+ "url": "git://github.com/mono/coreclr.git",
"rev": "b9920ebea8d8d77b65d0ca10ffdb840f0cd36f06",
- "remote-branch": "origin/master",
- "branch": "master",
+ "remote-branch": "origin/mono",
+ "branch": "mono",
"directory": "coreclr"
},
{