BuildSourceImage: group the driver log

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-09-10 10:19:38 -04:00
parent 43b2d2e7b5
commit 29899c15f5
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -1056,10 +1056,11 @@ main() {
src_img_tag="latest-source" # XXX this tag needs to be a reference to the image built from 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}" layout_new "${src_img_dir}" "${src_img_tag}"
_info "calling source collection drivers"
# iterate on the drivers # iterate on the drivers
#for driver in sourcedriver_rpm_fetch ; do #for driver in sourcedriver_rpm_fetch ; do
for driver in ${drivers} ; do for driver in ${drivers} ; do
_info "calling $driver" _info " --> ${driver#sourcedriver_*}"
_mkdir_p "${src_dir}/${driver#sourcedriver_*}" _mkdir_p "${src_dir}/${driver#sourcedriver_*}"
_mkdir_p "${work_dir}/driver/${driver#sourcedriver_*}" _mkdir_p "${work_dir}/driver/${driver#sourcedriver_*}"
$driver \ $driver \