Skip to content

Commit

Permalink
please work now
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Feb 27, 2017
1 parent 6e7dd12 commit 24c40a1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ conda config --set anaconda_upload no
export CONDA_BLD_PATH=~/conda-bld
export VERSION=`date +%Y.%m.%d`

git clone git:https://github.com/UV-CDAT/conda-recipes
mkdir temp
git clone git:https://github.com/UV-CDAT/conda-recipes temp
mkdir -p conda-recipes/pcmdi_metrics
cp build.sh meta.yaml.in conda-recipes/pcmdi_metrics
cd conda-recipes

python ./prep_for_build.py -v $VERSION
conda build .
conda build pcmdi_metrics
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-$VERSION-0.tar.bz2 --force

python ./prep_for_build.py -v $VERSION -f nox
conda build .
conda build pcmdi_metrics
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-nox-$VERSION-py27_0.tar.bz2 --force

0 comments on commit 24c40a1

Please sign in to comment.