#6308 fedorapeople.org cron: delete old logs from FreeIPA PR CI
Closed: Fixed 6 years ago Opened 6 years ago by tkrizek.

We're using https://fedorapeople.org/groups/freeipa/prci/jobs/ to store logs from our upstream PR CI. Please add cron/anacron job to periodically remove the old logs that are no longer needed. Retention time of 60 days is sufficient for our purposes.

find /srv/groups/freeipa/prci/jobs/ -maxdepth 1 -type d -ctime +60 -exec rm -rf {} \;

Done. Sorry for the delay here.

:information_source:

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata