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.
1 parent 2c41812 commit 0b14d56Copy full SHA for 0b14d56
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.17" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
- declare -g KERNELBRANCH="tag:v6.17-rc5"
+ declare -g KERNELBRANCH="tag:v6.17"
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