mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
artifact-kernel: remove spurious warning when git TTL is set
This commit is contained in:
@@ -208,7 +208,7 @@ function obtain_kernel_git_info_and_makefile() {
|
||||
declare -i kernel_git_cache_ttl_seconds=3600 # by default
|
||||
if [[ "${KERNEL_GIT_CACHE_TTL}" != "" ]]; then
|
||||
kernel_git_cache_ttl_seconds="${KERNEL_GIT_CACHE_TTL}"
|
||||
display_alert "Setting kernel git cache TTL to" "${kernel_git_cache_ttl_seconds}" "warn" # @TODO: info?
|
||||
display_alert "Setting kernel git cache TTL to" "${kernel_git_cache_ttl_seconds}" "info"
|
||||
fi
|
||||
|
||||
if [[ "${KERNEL_SKIP_MAKEFILE_VERSION:-"no"}" == "yes" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user