regro / cf-scripts

Flagship repo for cf-regro-autotick-bot
Other
49 stars 74 forks source link

Archived holiday #937

Open CJ-Wright opened 4 years ago

CJ-Wright commented 4 years ago

We could run the make_graph update steps on archived packages once in a while (maybe every day?). This would slow us down a little but would make certain we catch feedstocks that were archived and have been revived or mistakenly archived.

CC: @duncanmmacleod

beckermr commented 4 years ago

On this note, I am finding stuff that is archived but not marked as such. Is that a bug?

CJ-Wright commented 4 years ago

Most likely, the way we do archived is if GH sends us the "archived repo" response during make_graph.

CJ-Wright commented 4 years ago

Sorry that was wrong, it is done in auto_tick.py https://github.com/regro/cf-scripts/blob/4eb1cff0127a8ce16685d7a2020f167f5fbe7c17/conda_forge_tick/auto_tick.py#L963

Which is why dagster hasn't been archived yet, most likely we haven't tried to send a PR to it.

beckermr commented 4 years ago

The admin migration bot now pulls a correct list of archived feedstocks. We can pull the json here: https://raw.githubusercontent.com/conda-forge/admin-migrations/master/data/all_feedstocks.json

beckermr commented 4 years ago

This is updated every two hours.

beckermr commented 4 years ago

This should solve our issues with things being archived or not.