From aa9a635bff8329367e8f839cb54137a354c45f8a Mon Sep 17 00:00:00 2001 From: lonnen Date: Wed, 2 Dec 2015 19:30:07 -0800 Subject: [PATCH] rehome breakpad.tar.gz temporarily to an s3 bucket --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 70569ad81c..c57c5599e6 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -26,7 +26,7 @@ fi if [ "`uname -sm`" == "Linux x86_64" ]; then # pull pre-built, known version of breakpad - wget -N --quiet 'https://leeroy.mocotoolsstaging.net/job/breakpad/lastSuccessfulBuild/artifact/breakpad.tar.gz' + wget -N --quiet 'https://s3-us-west-2.amazonaws.com/org.mozilla.breakpad/breakpad.tar.gz' tar -zxf breakpad.tar.gz rm -rf stackwalk mv breakpad stackwalk