We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
edge
1 parent b9de240 commit fe8b540Copy full SHA for fe8b540
config/sources/mainline-kernel.conf.sh
@@ -8,7 +8,7 @@
8
function mainline_kernel_decide_version__upstream_release_candidate_number() {
9
[[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
10
if [[ "${KERNEL_MAJOR_MINOR}" == "6.18" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
- declare -g KERNELBRANCH="tag:v6.18-rc4"
+ declare -g KERNELBRANCH="tag:v6.18-rc5"
12
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
13
fi
14
}
0 commit comments