Browse code

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

Jenkins authored on 2013/10/25 01:48:54
Showing 1 changed files
... ...
@@ -1259,7 +1259,7 @@ function setup_develop() {
1259 1259
 
1260 1260
     # Undo requirements changes, if we made them
1261 1261
     if [ $update_requirements -eq 0 ]; then
1262
-        (cd $project_dir && git checkout -- requirements.txt test-requirements.txt setup.py)
1262
+         (cd $project_dir && git reset --hard)
1263 1263
     fi
1264 1264
 }
1265 1265