From dd04bb0cf7e0ccb0afe3e57ee7957c9698244ba7 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 3 Mar 2024 14:01:06 +0100 Subject: [PATCH] mainline-kernel: bump to 6.8-rc6, affecting only rockchip-rk3588-edge - who wants to bump uefi too? I've done it too many times. Igor too --- config/sources/mainline-kernel.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/mainline-kernel.conf.sh b/config/sources/mainline-kernel.conf.sh index cd92406dd5..6b53c655c6 100644 --- a/config/sources/mainline-kernel.conf.sh +++ b/config/sources/mainline-kernel.conf.sh @@ -8,7 +8,7 @@ function mainline_kernel_decide_version__upstream_release_candidate_number() { [[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order if [[ "${KERNEL_MAJOR_MINOR}" == "6.8" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released - declare -g KERNELBRANCH="tag:v6.8-rc6" + declare -g KERNELBRANCH="tag:v6.8-rc6" # @TODO roll to rc7 on March 4th, 2024, might very well have an rc8 for 6.8 too display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info" fi }