mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2025-01-09 08:30:56 +00:00
4 lines
324 B
Text
4 lines
324 B
Text
|
# 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
|