Skip to content

Commit

Permalink
Remove breakpad.tar.gz after unpacking in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bramwelt committed Sep 3, 2014
1 parent fb2df5b commit 576bf02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${VIRTUAL_ENV}/bin/peep install --download-cache=./pip-cache -r requirements.txt

# pull pre-built, known version of breakpad
wget --quiet 'https://ci.mozilla.org/job/breakpad/lastSuccessfulBuild/artifact/breakpad.tar.gz'
tar -zxf breakpad.tar.gz
tar -zxf breakpad.tar.gz && rm breakpad.tar.gz
mv breakpad stackwalk
# Build JSON stackwalker
pushd minidump-stackwalk
Expand Down
1 change: 0 additions & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

find ./ -type f -name "*.pyc" -exec rm {} \;
rm -rf ./google-breakpad/ ./builds/ ./breakpad/ ./stackwalk
rm -rf ./breakpad.tar.gz

pushd minidump-stackwalk
make clean
Expand Down

0 comments on commit 576bf02

Please sign in to comment.