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.0" ]];then# @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
-
declare -g KERNELBRANCH="tag:v7.0-rc4"
11
+
declare -g KERNELBRANCH="tag:v7.0-rc5"
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
}
@@ -24,15 +24,15 @@ function mainline_kernel_decide_version__upstream_release_candidate_number() {
24
24
25
25
### Later-than-usual hooks, for changing parameters after the hooks above have run. use mainline_kernel_decide_version__750 or higher.
26
26
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
-
# # This was necessary for a few days in late December 2023, but no longer; tag was pushed on 28/Dec/2023.
29
-
# function mainline_kernel_decide_version__750_use_torvalds_for_6.7-rc7() {
30
-
# if [[ "${KERNELBRANCH}" == 'tag:v7.0-rc4' ]]; then
31
-
# display_alert "Using Linus kernel repo for 6.7-rc7" "${KERNELBRANCH}" "warn"
# display_alert "mainline-kernel: missing torvalds tag on 6.7-rc7" "Using KERNELSOURCE='${KERNELSOURCE}' for KERNELBRANCH='${KERNELBRANCH}'" "info"
34
-
# fi
35
-
# }
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
+
# This was necessary for a few days in late December 2023, but no longer; tag was pushed on 28/Dec/2023.
0 commit comments