NF: make git tag fetching more robust

This commit is contained in:
Matthew Brett 2014-07-03 15:39:39 +01:00
parent bd8254373d
commit 8510111de8
3 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@ env:
global: LATEST_TAG=1
matrix:
- VERSION=2.7.7
- VERSION=3.2.5
- VERSION=3.3.5
- VERSION=3.4.1
@ -14,9 +15,9 @@ install:
- pip install delocate
- cd Pillow
- if [ -n "$LATEST_TAG" ]; then
git fetch
git fetch ;
git fetch --tags ;
git checkout `git describe --abbrev=0 --tags origin/master` ;
git checkout `../terryfy/git-latest-tag` ;
fi
- python setup.py bdist_wheel
- delocate-wheel dist/*.whl

2
Pillow

@ -1 +1 @@
Subproject commit a45c8aaf61029bad7fb1e49edc1e8ed811979c94
Subproject commit 80d6137c860b9322572ee1390514df1975acb2e7

@ -1 +1 @@
Subproject commit 012b6635139dd3f52cd17c5c51c17c39aa7f52b1
Subproject commit 42f19f7a4ea2bdd5b66282e8641d1a7a65615eda