View Issue Details

IDProjectCategoryView StatusLast Update
0009671Rocky ServicesMirror Managerpublic2025-06-24 08:40
ReporterMatt Baker Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0009671: Old Rocky mirrorlist reports broken URLs
DescriptionThe advertised mirrorlist repos for minor releases are broken after a new release of Rocky. For example

https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=AppStream-9.5

Shows URLs with `pub` instead of `vault`. All the URLs given result in a 404.

Steps To Reproducecurl 'https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=AppStream-9.5
curl -I https://rocky-linux-europe-central2.production.gcp.mirrors.ctrliq.cloud/pub/rocky//9.5/AppStream/x86_64/os/

Or check all 9.5 x86_64

check_repo() { for repo in $(curl $1 | grep -v \#);do echo -n "$repo "; if curl -sfI $repo >/dev/null ;then echo OK; else echo FAIL;fi;done; }
for r in $(curl 'https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=Fake'|grep '9.5&arch=x86_64');do check_repo $r ;done
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-06-24 08:40 Matt Baker New Issue