f1f1088
@@ -1,1 +1,2 @@
10 10 * * * root /usr/local/bin/cents8-split.sh
+ 0 0 1 * * root /usr/bin/find /mnt/fedora/app/fi-repo/centos/stream8-kojitarget -mindepth 1 -maxdepth 1 -type d -mtime +30 -exec rm -rf '{}' \;
10 09 * * * root /usr/local/bin/rhel8-split.sh
+ 0 0 1 * * root /usr/bin/find /mnt/fedora/app/fi-repo/rhel/rhel8/koji/ -mindepth 1 -maxdepth 1 -type d -mtime +30 -exec rm -rf '{}' \;
Related Issue: https://pagure.io/fedora-infrastructure/issue/10726
Signed-off-by: Pedro Moura pmoura@redhat.com
Build succeeded.
rebased onto dba935315b4dc498d0ae99e38ba1815d17b3d103
LGTM. I'm glad that you were able to put my suggestion to use :).
+1
Looks OK but we may want to test in staging only first as it is a delete
We don't have a staging batcave01. ;)
Can you remove the -print from the second one? (Otherwise the cron will mail every night).
Otherwise I think it looks fine and we should merge and push it. :)
rebased onto 56cbbdbde08b48df7af98e6f686bd40702221e7b
Sure, -print removed from the command
-print
rebased onto f1f1088
Pull-Request has been merged by kevin
Related Issue: https://pagure.io/fedora-infrastructure/issue/10726
Signed-off-by: Pedro Moura pmoura@redhat.com