koschei: Use regex instead of glob for matching php packages

This commit is contained in:
Mikolaj Izdebski 2019-09-30 15:06:08 +02:00 committed by Pierre-Yves Chibon
parent 77ffa6d88c
commit 60129164b8

View file

@ -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"