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:
Gleb Chesnokov
2025-06-06 12:31:21 +03:00
parent 02167c4028
commit 17eb80e049
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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
;;