mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 06:54:38 +00:00
nightly build: Add RHEL 10 kernel support
Add AlmaLinux 10.0 kernel to nightly build configs and update helper scripts to handle AlmaLinux 10.0 package sources.
This commit is contained in:
@@ -37,7 +37,7 @@ function get_srpm_urls() {
|
||||
;;
|
||||
"AlmaLinux")
|
||||
case $releasever in
|
||||
[89]*)
|
||||
[89]*|10*)
|
||||
echo "https://repo.almalinux.org/vault/${releasever}/BaseOS/Source/Packages/";;
|
||||
esac
|
||||
;;
|
||||
@@ -97,7 +97,7 @@ function get_rpm_urls() {
|
||||
echo "";;
|
||||
"AlmaLinux")
|
||||
case $releasever in
|
||||
[89]*)
|
||||
[89]*|10*)
|
||||
echo "https://mirror.yandex.ru/almalinux/${releasever}/BaseOS/${arch}/os/Packages/";;
|
||||
esac
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user