commit | 82c7273eb1842ee12d0c013c86f6422b1cedacea | [log] [tgz] |
---|---|---|
author | Ottomata <aotto@wikimedia.org> | Thu Mar 15 14:33:36 2018 -0400 |
committer | Ottomata <aotto@wikimedia.org> | Thu Mar 15 14:34:31 2018 -0400 |
tree | bd28ee4bd4a9fbfbc490f14c86ea9abde8583c0e | |
parent | bb84f1ae62b6502a5d14b017b29f498f484c2083 [diff] |
create_virutalenv.sh now takes the destination venv path as $1 Bug: T183145 Change-Id: I7ef60622b88b83dae28b1a572b59afbd561527cf
To build/update this deploy repo, first use pip to install all dependencies as wheels into the wheels/ directory. This is done by the build_wheels.sh script. Then make a commit to include new files in artifacts/.
./build_wheels.sh git add artifacts git commit -m 'Updating wheels for superset and dependencies' git review
Once merged, a virtualenv out of all files in artifacts/$dist will be built during deployment. This is done by the create_virtualenv.sh script.