You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ -n"${KERNELBRANCH}" ]] &&return 0 # if already set, don't touch it; that way other hooks can run in any order
10
10
if [[ "${KERNEL_MAJOR_MINOR}"=="7.1" ]];then# @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
-
declare -g KERNELBRANCH="tag:v7.1-rc3"
11
+
declare -g KERNELBRANCH="tag:v7.1-rc6"
12
12
display_alert "mainline-kernel: upstream release candidate""Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'""info"
13
13
fi
14
14
}
@@ -26,11 +26,11 @@ function mainline_kernel_decide_version__upstream_release_candidate_number() {
26
26
27
27
# Example: 6.7-rc7 was released by Linus, but kernel.org git and google git mirrors took a while to catch up; change the source to pull directly from Linus.
28
28
# This was necessary for a few days in late December 2023, but no longer; tag was pushed on 28/Dec/2023.
0 commit comments