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

DOC: Update feedstock channel selection docs #1620

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

carterbox
Copy link
Member

@carterbox carterbox commented Mar 5, 2022

Fixes #2026

Documentation for channel sources and targets are out of date. This
setting is now managed in conda_build_config

Related
conda-forge/conda-smithy#897
https://github.com/conda-forge/conda-smithy/blob/9f81a068e8f23f2aae670469b473da786d49d8ef/README.md

Prompted by
conda-forge/furo-feedstock#27

PR Checklist:

  • make all edits to the docs in the src directory, not in docs or in the html files
    - [ ] note any issues closed by this PR with closing keywords
    - [ ] put any other relevant information below

@carterbox carterbox requested a review from a team as a code owner March 5, 2022 02:19
@isuruf
Copy link
Member

isuruf commented Mar 5, 2022

As I said in conda-forge/conda-smithy#897, the README needs conda-forge.yml. We should either remove the dependency of conda-forge.yml on README or document here.

@carterbox
Copy link
Member Author

Oh. You're saying that the README generated by smithy reads conda-forge.yml, but conda-build reads recipes/conda_build_config.yaml? So presently, both are needed?

# channel to push to and the second element is the label on that channel
targets:
- ["conda-forge", "main"]
This parameter is obsolete. Instead, specify channels in ``recipe/conda_build_config.yaml``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a suggestion:

Suggested change
This parameter is obsolete. Instead, specify channels in ``recipe/conda_build_config.yaml``
This parameter is obsolete as of 2023-11-07 when `conda-smithy 3.28.0 <https://github.com/conda-forge/conda-smithy/releases/tag/v3.28.0>`_ was released. Instead, specify channels in ``recipe/conda_build_config.yaml``

jaimergp added a commit to carterbox/conda-forge.github.io that referenced this pull request Feb 26, 2024
Copy link

netlify bot commented Feb 26, 2024

Deploy Preview for conda-forge-previews ready!

Name Link
🔨 Latest commit 3c4073b
🔍 Latest deploy log https://app.netlify.com/sites/conda-forge-previews/deploys/65dca90d2f54070009d19bc0
😎 Deploy Preview https://deploy-preview-1620--conda-forge-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Documentation for channel sources and targets are out of date. This
setting is now managed in conda_build_config

Related
conda-forge/conda-smithy#897
https://github.com/conda-forge/conda-smithy/blob/9f81a068e8f23f2aae670469b473da786d49d8ef/README.md

Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Daniel Ching <[email protected]>
@jaimergp jaimergp merged commit 68387d0 into conda-forge:main Feb 27, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

conda-smithy no longer uses the channels defined in conda-forge.yml
4 participants