Loading build-py-project.sh +7 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,13 @@ rm -Rf build find . -name '*.pyc' -delete rm -Rf env git clean -fdx -e siteconf.py -e boost-numeric-bindings $GIT_CLEAN_EXCLUDE git clean -fdx \ -e siteconf.py \ -e boost-numeric-bindings \ -e '.pylintrc.yml' \ -e 'prepare-and-run-*.sh' \ -e 'run-*.py' \ $GIT_CLEAN_EXCLUDE if test `find "siteconf.py" -mmin +1`; then echo "siteconf.py older than a minute, assumed stale, deleted" Loading Loading
build-py-project.sh +7 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,13 @@ rm -Rf build find . -name '*.pyc' -delete rm -Rf env git clean -fdx -e siteconf.py -e boost-numeric-bindings $GIT_CLEAN_EXCLUDE git clean -fdx \ -e siteconf.py \ -e boost-numeric-bindings \ -e '.pylintrc.yml' \ -e 'prepare-and-run-*.sh' \ -e 'run-*.py' \ $GIT_CLEAN_EXCLUDE if test `find "siteconf.py" -mmin +1`; then echo "siteconf.py older than a minute, assumed stale, deleted" Loading