validate_mirrors MUST check the Installer repos, not just the redirects #15

Open
opened 2023-11-20 18:13:05 +00:00 by neil · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sig_core/toolkit#15
No description provided.