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:
parent
b00a8bc10b
commit
72976aa539
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue