| commit | 0c42f250430ad2e68c0a72804179a80522a159df | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Oct 24 16:48:54 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Oct 24 16:48:54 2013 +0000 |
| tree | 97d325a40441a38f3ffb9e478d817df4603ec02a | |
| parent | 897f48a897f9404a6825275c97ae386f0994c0e6 [diff] | |
| parent | cbce1fa418ccb271879040b117b96038fefb479f [diff] |
Merge "Just reset the repo instead of trying to co files"
diff --git a/functions b/functions index af5a37d..c707e55 100644 --- a/functions +++ b/functions
@@ -1259,7 +1259,7 @@ # 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 }