Thank you for this! OK, after troubleshooting I determined the issue is of course PEBKAK. In addition to the quick-fedora-mirror script, I was running the create-filelist script afterwards like I thought I should. This generates a local copy of the fullfiletimelist-fedora which, surprise surprise, uses the change time (ctime) of the local files and overwrites the fullfiletimelist-fedora originally sync'd from the fedora repo. Technically it uses max(ctime, mtime), but the ctime will always be higher. The ctimes between my local repo's files and the remotes' will always be different, so every night I was the problem...
TL;DR, don't run the create-filelist script. -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
