the roles/distgit/files/retired-packages.cron cron runs a retired_packages script from releng...
Starting on 2024-02-20 it's been outputing:
fatal: destination path 'releng' already exists and is not an empty directory.
I am not sure why it started failing then, but we should probibly wrap this in a 'mktemp' to make a random temp dir, run the things in there and rm it after.
I think @lenkaseg and @humaton worked on setting this up?
Yup, there's a PR for that: https://pagure.io/fedora-infra/ansible/pull-request/1794
Does not include the removing part though...
Ah, missed that. I merged it... since it's in /tmp it's probibly ok to not delete it since /tmp will get wiped on reboot.
Metadata Update from @kevin: - Issue assigned to lenkaseg - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.