Merge "Just reset the repo instead of trying to co files"

This commit is contained in:
Jenkins 2013-10-24 16:48:54 +00:00 committed by Gerrit Code Review
commit 0c42f25043

View File

@ -1259,7 +1259,7 @@ function setup_develop() {
# Undo requirements changes, if we made them
if [ $update_requirements -eq 0 ]; then
(cd $project_dir && git checkout -- requirements.txt test-requirements.txt setup.py)
(cd $project_dir && git reset --hard)
fi
}