From ea9783933e6ebc016a805ac8d89016d94265e9d3 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 12 Mar 2018 15:01:38 -0400 Subject: [PATCH 1/2] Configure upload to `dev` label [ci skip] As this is now making a `dev` release, set the label to `dev` instead of `main` so that users have to opt-in to getting this release. --- conda-forge.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index fc0ba6d..017981b 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -4,3 +4,7 @@ travis: appveyor: secure: BINSTAR_TOKEN: ipv/06DzgA7pzz2CIAtbPxZSsphDtF+JFyoWRnXkn3O8j7oRe3rzqj3LOoq2DZp4 + +channels: + targets: + - [conda-forge, dev] From 94d7864e1ad61152153dd9f2f0ca7ed9e721a9b6 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 12 Mar 2018 15:02:03 -0400 Subject: [PATCH 2/2] MNT: Re-rendered with conda-smithy 2.4.5 [ci skip] Now that this feedstock is configured to upload to a different label, re-render so that the CI scripts actually upload to this other label. --- .travis.yml | 2 +- appveyor.yml | 2 +- ci_support/run_docker_build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d8adfc..cb1c2f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,4 @@ install: script: - conda build ./recipe - - upload_or_check_non_existence ./recipe conda-forge --channel=main + - upload_or_check_non_existence ./recipe conda-forge --channel=dev diff --git a/appveyor.yml b/appveyor.yml index b050452..36f099a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,4 +71,4 @@ build: off test_script: - conda.exe build recipe --quiet deploy_script: - - cmd: upload_or_check_non_existence .\recipe conda-forge --channel=main + - cmd: upload_or_check_non_existence .\recipe conda-forge --channel=dev diff --git a/ci_support/run_docker_build.sh b/ci_support/run_docker_build.sh index a9dcd59..ebbb6c0 100755 --- a/ci_support/run_docker_build.sh +++ b/ci_support/run_docker_build.sh @@ -59,7 +59,7 @@ conda install --yes --quiet conda-forge-build-setup source run_conda_forge_build_setup conda build /recipe_root --quiet || exit 1 -upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1 +upload_or_check_non_existence /recipe_root conda-forge --channel=dev || exit 1 touch /feedstock_root/build_artefacts/conda-forge-build-done EOF