mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-15 17:31:24 +00:00
4 lines
324 B
Plaintext
4 lines
324 B
Plaintext
|
# Adapted from Fedora Infra
|
||
|
0 8 * * * apache find /mnt/koji/work -xdev -depth -mindepth 2 -mtime +14 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null
|
||
|
0 9 * * * apache find /mnt/koji/scratch -xdev -depth -mtime +14 \( -type f -o -type l \) -delete -o -type d -empty -delete >& /dev/null
|