From 9e82078bdb37b9c4eab640dbf012ad8f1c5aa541 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Fri, 20 Dec 2013 10:02:06 -0800 Subject: [PATCH] Bug 952395 - Update Homebrew bootstrap URL to reflect upstream changes DONTBUILD (NPOTB) --- python/mozboot/mozboot/osx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozboot/mozboot/osx.py b/python/mozboot/mozboot/osx.py index e3c4b2df08a9..63b1f2cfc81c 100644 --- a/python/mozboot/mozboot/osx.py +++ b/python/mozboot/mozboot/osx.py @@ -18,7 +18,7 @@ from distutils.version import StrictVersion from mozboot.base import BaseBootstrapper -HOMEBREW_BOOTSTRAP = 'http://raw.github.com/mxcl/homebrew/go' +HOMEBREW_BOOTSTRAP = 'https://raw.github.com/Homebrew/homebrew/go/install' XCODE_APP_STORE = 'macappstore://itunes.apple.com/app/id497799835?mt=12' XCODE_LEGACY = 'https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg' HOMEBREW_AUTOCONF213 = 'https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb'