View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009671 | Rocky Services | Mirror Manager | public | 2025-06-24 08:40 | 2025-06-24 08:40 |
Reporter | Matt Baker | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0009671: Old Rocky mirrorlist reports broken URLs | ||||
Description | The 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 Reproduce | curl '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 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-24 08:40 | Matt Baker | New Issue |