some of the files are owned by root

This commit is contained in:
Jesse Andrews 2011-10-24 18:52:13 -07:00
parent 917c66584f
commit b9b3ad49a6

View file

@ -323,7 +323,7 @@ function git_clone {
# from the previous branch leading to breakage (due to the py files
# having older timestamps than our pyc, so python thinks the pyc files
# are correct using them)
rm -rf *
sudo rm -rf *
git checkout -f origin/$GIT_BRANCH
# a local branch might not exist for $3
git branch -D $GIT_BRANCH || true