mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: artifacts (all): curb logging, use more descriptive git source var names
This commit is contained in:
@@ -56,7 +56,7 @@ function artifact_rootfs_build_from_sources() {
|
||||
if [[ ! -f "${artifact_final_file}" ]]; then
|
||||
exit_with_error "Rootfs cache file '${artifact_final_file}' does not exist after create_new_rootfs_cache()."
|
||||
else
|
||||
display_alert "Rootfs cache file '${artifact_final_file}' exists after create_new_rootfs_cache()." "YESSS" "warn"
|
||||
display_alert "Rootfs cache file '${artifact_final_file}' exists after create_new_rootfs_cache()." "YESSS" "debug"
|
||||
fi
|
||||
|
||||
# obtain the size, in MiB, of "${SDCARD}" at this point.
|
||||
|
||||
Reference in New Issue
Block a user