Skip to content

Commit

Permalink
rehome breakpad.tar.gz temporarily to an s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Dec 3, 2015
1 parent de3db7e commit aa9a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa9a635

Please sign in to comment.