koschei: Use regex instead of glob for matching php packages
This commit is contained in:
parent
77ffa6d88c
commit
60129164b8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ koschei_cron_jobs:
|
|||
command: "koschei-admin cleanup --older-than 6"
|
||||
- name: refresh-php
|
||||
schedule: "0 0-23/3 * * *"
|
||||
command: "koschei-refresh-group php 'php*'"
|
||||
command: "koschei-refresh-group php '^php'"
|
||||
- name: refresh-rust
|
||||
schedule: "5 0-23/3 * * *"
|
||||
command: "koschei-refresh-distgit-group rust-sig rust-sig --append"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue