summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-09 22:03:55 +0200
committerKali Kaneko <kali@leap.se>2017-10-09 22:03:55 +0200
commitc63cd6a993a5ae4e5ca9b2516facab19cc2fadd2 (patch)
treeaa7e4d020dfc09794f5ad6d07e0655ba17625e6d
parent9d8dfc9ca4fee0f5c45eb58e2b88e550ccec950b (diff)
[pkg] get latest tags when bundling
-rwxr-xr-xpkg/build_bundle_with_venv.sh2
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