containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

BuildSourceImage.sh: quiet the output #60

Closed vbatts closed 4 years ago

vbatts commented 4 years ago

Signed-off-by: Vincent Batts vbatts@hashbangbash.com

vbatts commented 4 years ago

now the output looks like:

[vbatts@knob BuildSourceImage]$ ./BuildSourceImage.sh -o ./output -s ./SRCRPMS/
[SrcImg][INFO] calling source collection drivers
[SrcImg][INFO]  --> context_dir
[SrcImg][INFO]  --> extra_src_dir
[SrcImg][INFO]  --> rpm_dir
[SrcImg][INFO]  --> rpm_fetch
[SrcImg][INFO] packed 'oci:/home/vbatts/src/github.com/containers/BuildSourceImage/SrcImg/tmp/SrcImg.z3HxHN:latest-source'
[SrcImg][INFO] succesfully packed 'oci:/home/vbatts/src/github.com/containers/BuildSourceImage/SrcImg/tmp/SrcImg.z3HxHN:latest-source'
[SrcImg][INFO] copied to oci:./output:latest-source
rhatdan commented 4 years ago

LGTM

vbatts commented 4 years ago

hopefully fixed CI. PTAL

vrothberg commented 4 years ago

Green green green :green_heart: