When Rocky 9.6 came out 9.5 moved on the package mirror from /pub/ to /vault. We have our sources setup like so
[appstream-debuginfo]
baseurl = http://dl.rockylinux.org/pub/rocky/$releasever/AppStream/$basearch/debug/tree/
http://dl.rockylinux.org/vault/rocky/$releasever/AppStream/$basearch/debug/tree/
enabled = 1
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
name = Rocky Linux $releasever - appstream-debuginfo
And we have the releasever
set to 9.5. This works for most repos but not for the one above. The Index of /vault/rocky/9.5/AppStream/x86_64/debug/tree/ doesn’t have a repodata directory. Compare it to 9.4 and you can see one there. Index of /vault/rocky/9.4/AppStream/x86_64/debug/tree/
Did some replication job not happen? Am I missing something?