From: Alexis Christoforides Date: Tue, 25 Oct 2016 22:12:09 +0000 (-0400) Subject: 'storage.box.xamarin.com' is now 'xamarin-storage' (internal URL) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=726c95447c4a188193be6237e4d025e680548e1d 'storage.box.xamarin.com' is now 'xamarin-storage' (internal URL) --- diff --git a/bockbuild/MacSDK/pcl-reference-assemblies.py b/bockbuild/MacSDK/pcl-reference-assemblies.py index 2953a0a8203..216e9f7bc09 100644 --- a/bockbuild/MacSDK/pcl-reference-assemblies.py +++ b/bockbuild/MacSDK/pcl-reference-assemblies.py @@ -9,7 +9,7 @@ class PCLReferenceAssembliesPackage(Package): Package.__init__(self, name='PortableReferenceAssemblies', version='2014-04-14', - sources=['http://storage.bos.xamarin.com/bot-provisioning/PortableReferenceAssemblies-2014-04-14.zip']) + sources=['http://xamarin-storage/bot-provisioning/PortableReferenceAssemblies-2014-04-14.zip']) def build(self): pass diff --git a/bockbuild/MacSDKRelease/profile.py b/bockbuild/MacSDKRelease/profile.py index 4aa5d9824b6..59b9faf8379 100755 --- a/bockbuild/MacSDKRelease/profile.py +++ b/bockbuild/MacSDKRelease/profile.py @@ -23,7 +23,7 @@ class MonoXamarinPackageProfile(MonoReleaseProfile): else: info("'--release' option not set, will not attempt to sign package!") - self.cache_host = 'http://storage.bos.xamarin.com/bockbuild_cache/' + self.cache_host = 'http://xamarin-storage/bockbuild_cache/' def setup_codesign(self): self.identity = "Developer ID Installer: Xamarin Inc"