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>2016-04-22 10:48:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-04-22 10:50:18 +0300
commit12b29a1a8a95b6937ba5959950e171caf690505e (patch)
treef0939d4e60679d2ae90c8424b82057475419451c /acceptance-tests
parentb9425affd35701094f815a19fa7c27cd643ca249 (diff)
[acceptance-tests] Move roslyn build dependencies to download server
storage.bos.internalx.com is only available via VPN now. Also bump coreclr to get a recent minor fix.
Diffstat (limited to 'acceptance-tests')
-rw-r--r--acceptance-tests/SUBMODULES.json2
-rw-r--r--acceptance-tests/roslyn.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 7a9de16bc37..2e83f9ea795 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -10,7 +10,7 @@
{
"name": "coreclr",
"url": "git://github.com/mono/coreclr.git",
- "rev": "3d9a68d3baaa32df28b70a2266a9ef9ee2176b79",
+ "rev": "b05c242a59eab1c4ea2803960c8065167308546d",
"remote-branch": "origin/mono",
"branch": "mono",
"directory": "coreclr"
diff --git a/acceptance-tests/roslyn.mk b/acceptance-tests/roslyn.mk
index 17e0e4ce675..fbfa2760ec2 100644
--- a/acceptance-tests/roslyn.mk
+++ b/acceptance-tests/roslyn.mk
@@ -10,7 +10,7 @@ check-roslyn:
mkdir -p $$MONO_DOTNET_PORTABLE_DIR; \
mkdir -p $$MONO_NUGET_TARGETS_DIR; \
mkdir -p $$MONO_PORTABLE_TARGETS_DIR; \
- curl -SL "http://storage.bos.internalx.com/bot-provisioning/RoslynBuildDependencies.zip" > /tmp/RoslynBuildDependencies.zip; \
+ curl -SL "http://download.mono-project.com/third-party/RoslynBuildDependencies.zip" > /tmp/RoslynBuildDependencies.zip; \
unzip -o /tmp/RoslynBuildDependencies.zip -d /tmp/RoslynBuildDependencies; \
cp -r /tmp/RoslynBuildDependencies/PortableReferenceAssemblies/* $$MONO_DOTNET_PORTABLE_DIR; \
cp /tmp/RoslynBuildDependencies/NuGetTargets/* $$MONO_NUGET_TARGETS_DIR; \