From 29899c15f5fbb6c4d0041e40133b6cdaf2a18af0 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 10 Sep 2019 10:19:38 -0400 Subject: [PATCH] BuildSourceImage: group the driver log Signed-off-by: Vincent Batts --- BuildSourceImage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BuildSourceImage.sh b/BuildSourceImage.sh index 6992c64..853f269 100755 --- a/BuildSourceImage.sh +++ b/BuildSourceImage.sh @@ -1056,10 +1056,11 @@ main() { src_img_tag="latest-source" # XXX this tag needs to be a reference to the image built from layout_new "${src_img_dir}" "${src_img_tag}" + _info "calling source collection drivers" # iterate on the drivers #for driver in sourcedriver_rpm_fetch ; do for driver in ${drivers} ; do - _info "calling $driver" + _info " --> ${driver#sourcedriver_*}" _mkdir_p "${src_dir}/${driver#sourcedriver_*}" _mkdir_p "${work_dir}/driver/${driver#sourcedriver_*}" $driver \