diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-09 22:03:55 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-09 22:03:55 +0200 |
commit | c63cd6a993a5ae4e5ca9b2516facab19cc2fadd2 (patch) | |
tree | aa7e4d020dfc09794f5ad6d07e0655ba17625e6d /pkg | |
parent | 9d8dfc9ca4fee0f5c45eb58e2b88e550ccec950b (diff) |
[pkg] get latest tags when bundling
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 1ca267cc..5e6f270e 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -54,4 +54,6 @@ $VIRTUAL_ENV/bin/pip install `ls -tr dist/*.whl | tail -n 1` # Get the bundled libzmq $VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled" +# Get latest tags from repo +git pull --tags make bundle_linux |