Skip to content

Releasing vCDAT

Matthew Harris edited this page Jul 18, 2017 · 4 revisions

vcs-widgets Release

cd ~/Projects/UV-CDAT/vcs-widgets
git pull origin master
source activate vcdat

edit package.json with new version number

npm build
npm publish

vcdat OSX-64 Release

cd ~/Projects/UV-CDAT/vcdat
git pull origin master
source activate vcdat

edit backend/requirements.txt with latest version of cdms2, vcs, uvcdat

edit conda-recipe/vcdat/meta.yaml with new package: version, source: git_rev

./scripts/setup_mac.py
cd frontend
npm install

Test Build

./scripts/autorun.py

Publish Release

cd /conda-recipe
conda build -c condo-forge -c uvcdat vcdat
anaconda upload ~/anaconda2/conda-bld/osx-64/vcdat-0.0.XYX-py27_1.tar.bz2 -u uvcdat

Test Release

conda create -n vcdat-version vcdat -c conda-forge -c uvcdat
source activate vcdat-version
vcdat