armbian-next: artifacts (all): curb logging, use more descriptive git source var names

This commit is contained in:
Ricardo Pardini
2023-02-12 00:16:31 +01:00
parent 00bed41cda
commit 7b0f33237d
6 changed files with 40 additions and 40 deletions

View File

@@ -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.