Skip to content

Commit

Permalink
Merge pull request #2009 from peterbe/bug-997321-clear-all-pyc-files-…
Browse files Browse the repository at this point in the history
…related-to-alembic-in-between-jenkins-runs

fixes bug 997321 - Clear all .pyc files related to alembic in between jenkins runs
  • Loading branch information
rhelmer committed Apr 18, 2014
2 parents c89bf43 + 2e39c9f commit c199d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -89,7 +89,7 @@ lint:
$(PYLINT) -f parseable --rcfile=pylintrc socorro > pylint.txt

clean:
find ./socorro/ -type f -name "*.pyc" -exec rm {} \;
find ./socorro/ ./alembic/versions -type f -name "*.pyc" -exec rm {} \;
rm -rf ./google-breakpad/ ./builds/ ./breakpad/ ./stackwalk ./pip-cache
rm -rf ./breakpad.tar.gz
cd minidump-stackwalk; make clean
Expand Down

0 comments on commit c199d2d

Please sign in to comment.