Skip to content

Feedstock names aren't all rendered correctly (static outputs vs. project feedstock names) #4

@matthewfeickert

Description

@matthewfeickert

Following up on @chrisburr's nice PR #3 I noticed that some of the feedstocks where the name of the feedstock doesn't match the package the feedstock name is rendered incorrectly.

Example:

| [![Conda Recipe](https://img.shields.io/badge/feedstock-ff--static-green.svg)](https://github.com/conda-forge/ff-feedstock) | [![Conda Recipe](https://img.shields.io/badge/recipe-ff--static-green.svg)](https://github.com/conda-forge/ff-feedstock) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | |
| [![Conda Recipe](https://img.shields.io/badge/feedstock-ff--static-green.svg)](https://github.com/conda-forge/ff-static-feedstock) | [![Conda Recipe](https://img.shields.io/badge/recipe-ff--static-green.svg)](https://github.com/conda-forge/ff-static-feedstock) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/ff-static.svg)](https://anaconda.org/conda-forge/ff-static) | |

which gives

Feedstock Output Downloads Version Platforms Open PRs
Conda Recipe Conda Recipe Conda Downloads Conda Version Conda Platforms
Conda Recipe Conda Recipe Conda Downloads Conda Version Conda Platforms

should just be pointing to https://github.com/conda-forge/ff-feedstock as there is only one output ff-static

Feedstock Output Downloads Version Platforms Open PRs
Conda Recipe Conda Recipe Conda Downloads Conda Version Conda Platforms

So

"ff-static",

should be removed as ff-static was archived given a naming mistake by me (one could imagine a future in which FF has a shared library ff output in addition to the existing ff-static output).

Similarly for

"looptools",

should just be pointing to https://github.com/conda-forge/looptools-feedstock with the output of looptools-static.

There might be a few others.

Also

# Run every 6 hours
schedule:
- cron: "0 */6 * * *"

feels like it might get a bit noisy, so maybe we should lower that to daily? I guess this would really only get updates if there a new PRs opened up, given that it only commits changes

if [ -n "$(git status --porcelain)" ]; then

but that could easily happen multiple times a day some days just given release update PRs.

Thoughts from others?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions