artifact-kernel: log what is the actual ${USERPATCHES_PATH}/kernel/${KERNELPATCHDIR} so people can find it
- case in point: some families point `KERNELPATCHDIR` to something like `archive/sunxi-5.15` which makes it harder to find than `sunxi-legacy`
This commit is contained in:
parent
03d21cc8ed
commit
fd404b46b6
@ -96,6 +96,7 @@ function artifact_kernel_prepare_version() {
|
||||
# @TODO: why not just delegate this to the python patching, with some "dry-run" / hash-only option?
|
||||
declare patches_hash="undetermined"
|
||||
declare hash_files="undetermined"
|
||||
display_alert "User patches directory for kernel" "${USERPATCHES_PATH}/kernel/${KERNELPATCHDIR}" "info"
|
||||
calculate_hash_for_all_files_in_dirs "${SRC}/patch/kernel/${KERNELPATCHDIR}" "${USERPATCHES_PATH}/kernel/${KERNELPATCHDIR}"
|
||||
patches_hash="${hash_files}"
|
||||
declare kernel_patches_hash_short="${patches_hash:0:${short_hash_size}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user