'storage.box.xamarin.com' is now 'xamarin-storage' (internal URL)
authorAlexis Christoforides <alexis@thenull.net>
Tue, 25 Oct 2016 22:12:09 +0000 (18:12 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Tue, 25 Oct 2016 22:12:09 +0000 (18:12 -0400)
bockbuild/MacSDK/pcl-reference-assemblies.py
bockbuild/MacSDKRelease/profile.py

index 2953a0a8203aeee542a54cad03c56a019e96db69..216e9f7bc0922f3dbef3800e8c314af35da3e73d 100644 (file)
@@ -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
index 4aa5d9824b62fed3077f51a4d90fa0e87d989cbb..59b9faf837931693665b6b61ea1b9197f6532dc7 100755 (executable)
@@ -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"