RF: use function to update to closest tag

This commit is contained in:
Matthew Brett 2014-07-05 02:53:47 +01:00
parent 3caeeea940
commit c52dc4c2bc
2 changed files with 2 additions and 6 deletions

View File

@ -13,12 +13,8 @@ install:
- source run_install.sh
- get_python_environment macpython $VERSION venv
- pip install delocate
- if [ -n "$LATEST_TAG" ]; then checkout_closest_tag Pillow; fi
- cd Pillow
- if [ -n "$LATEST_TAG" ]; then
git fetch ;
git fetch --tags ;
git checkout `../terryfy/git-closest-tag origin/master` ;
fi
- python setup.py bdist_wheel
- delocate-wheel dist/*.whl
- rename_wheels dist/*.whl

@ -1 +1 @@
Subproject commit 5e96e2a79f32a2853ff78e22684d09d5226b11a6
Subproject commit 48785a36b56e17a53def971153bd775aae230eba