validate_mirrors MUST check the Installer repos, not just the redirects #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
anaconda uses 9.3 as releasever, even though it's 9 in the installed system
Thus, we have to have redirects from these names to the correctly-named mirrorlist repos, per SOP.
(insert into repository_redirect (from_repo,to_repo) select REGEXP_REPLACE(rr.from_repo,'9.1','9.2'),REGEXP_REPLACE(rr.to_repo,'9.1','9.2')FROM repository_redirect AS rr WHERE from_repo ~ '(\w+)-9.1';) e.g.