feat: re-enable tracking of all neuro-sig packages

Automatically addition of packages is still a WIP. We're adding packages
manually but in the meantime we can at least mark them all as tracking
automatically.

References:

- https://pagure.io/fedora-infrastructure/issue/9664
- https://github.com/fedora-infra/koschei/pull/339
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2021-09-08 15:01:09 +01:00 committed by kevin
parent b00a8bc10b
commit 72976aa539

View file

@ -61,10 +61,9 @@ koschei_cron_jobs:
- name: track-scitech
schedule: "21 0-23/3 * * *"
command: "koschei-track-group scitech_sig"
# neuro-sig tracking is temporairly disabled, see #9664
# - name: track-neuro
# schedule: "23 0-23/3 * * *"
# command: "koschei-track-group neuro-sig"
- name: track-neuro
schedule: "23 0-23/3 * * *"
command: "koschei-track-group neuro-sig"
- name: refresh-python
schedule: "25 0-23/3 * * *"
command: "koschei-refresh-distgit-group koschei/auto-group-python-sig python-sig"