Skip to content

Commit

Permalink
Change AlmaLinux and Rocky repo URLs to support 8.8 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbgracioso committed Jul 4, 2023
1 parent ae812eb commit 2b57364
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/services/xcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,19 +270,19 @@ void XCAT::configureOSImageDefinition()
break;
case OS::Distro::Rocky:
repos.emplace_back(
"http://ftp.unicamp.br/pub/rocky/8.7/BaseOS/x86_64/os");
"http://ftp.unicamp.br/pub/rocky/8/BaseOS/x86_64/os");
repos.emplace_back(
"http://ftp.unicamp.br/pub/rocky/8.7/PowerTools/x86_64/os");
"http://ftp.unicamp.br/pub/rocky/8/PowerTools/x86_64/os");
repos.emplace_back(
"http://ftp.unicamp.br/pub/rocky/8.7/AppStream/x86_64/os");
"http://ftp.unicamp.br/pub/rocky/8/AppStream/x86_64/os");
break;
case OS::Distro::AlmaLinux:
repos.emplace_back(
"https://repo.almalinux.org/almalinux/8.7/BaseOS/x86_64/os");
repos.emplace_back("https://repo.almalinux.org/almalinux/8.7/"
"https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os");
repos.emplace_back("https://repo.almalinux.org/almalinux/8/"
"PowerTools/x86_64/os");
repos.emplace_back(
"https://repo.almalinux.org/almalinux/8.7/AppStream/x86_64/os");
"https://repo.almalinux.org/almalinux/8/AppStream/x86_64/os");
break;
}

Expand Down

0 comments on commit 2b57364

Please sign in to comment.