Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly nox #470

Merged
merged 8 commits into from
Mar 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
please work today
  • Loading branch information
zshaheen committed Feb 28, 2017
commit 5d8db8c548a370cc4b1a31580dd16a5034008115
9 changes: 5 additions & 4 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ conda config --set anaconda_upload no
export CONDA_BLD_PATH=~/conda-bld
export VERSION=`date +%Y.%m.%d`

mkdir temp
git clone git:https://github.com/UV-CDAT/conda-recipes temp
mkdir -p temp/conda-recipes/pcmdi_metrics
#mkdir temp
mkdir -p temp/conda-recipes
git clone git:https://github.com/UV-CDAT/conda-recipes temp/conda-recipes
mkdir temp/conda-recipes/pcmdi_metrics
cp conda-recipes/pcmdi_metrics/build.sh conda-recipes/pcmdi_metrics/meta.yaml.in temp/conda-recipes/pcmdi_metrics
cd temp/conda-recipes
echo ls temp/conda-recipes
echo ls temp/conda-recipes:
ls
python ./prep_for_build.py -v $VERSION
conda build pcmdi_metrics
Expand Down