regro / cf-scripts

Flagship repo for cf-regro-autotick-bot
Other
53 stars 75 forks source link

bot failed to notice new version (10.1) of GDB [from 9.2, and 10.0 does not exist] #1246

Open phil-blain opened 4 years ago

phil-blain commented 4 years ago

From the meta.yml:

$ head meta.yaml 

{% set name = "gdb" %}
{% set version = "9.2" %}

package:
  name: {{ name }}
  version: {{ version }}

source:
  url: http://ftp.gnu.org/gnu/gdb/gdb-{{ version }}.tar.xz

GDB 10.1 was released on October 24th but no PR has been opened in https://github.com/conda-forge/gdb-feedstock/

Is it a bug or a special logic needs to be added for each tarball sources?

CJ-Wright commented 4 years ago

The bot is down: https://conda-forge.org/status/#incidents

phil-blain commented 4 years ago

I'm not sure I understand... the issue you linked seems to say that the bot is down since yesterday, but GDB 10.1 was released on the 24th... how often does the bot run ?

CJ-Wright commented 4 years ago

Sorry I didn't read this closely enough. The bot is currently down, but let me look at the logs

isuruf commented 4 years ago

@phil-blain, this is a known issue where if there's no 10.0, bot will not check 10.1

phil-blain commented 4 years ago

I see. Thanks for the explanation. Is this issue being tracked elsewhere?

beckermr commented 4 years ago

Idk if we have another issued or the version thing.

We are tracking the status of the bot on the conda-forge status page while it is down.

phil-blain commented 4 years ago

Yes - I meant the no-dot-zero-version-confuses-bot issue.

CJ-Wright commented 4 years ago

Looks like we don't have an issue for this (from my cursory look through our existing issues). Thank you very much for putting this up.

phil-blain commented 2 years ago

This seems to have been solved ? The bot did open https://github.com/conda-forge/gdb-feedstock/pull/54/ ...