Re: [libvirt PATCH 02/11] ci: util: Replace get_image_distro() with get_image_info()

2021-04-25 Thread Erik Skultety
On Fri, Apr 23, 2021 at 05:02:59PM +0200, Andrea Bolognani wrote: > This is a more flexible function that parses the name of the > container image into its components: distro name and, where > applicable, target architecture for cross-building. > > Signed-off-by: Andrea Bolognani > --- Reviewed-b

[libvirt PATCH 02/11] ci: util: Replace get_image_distro() with get_image_info()

2021-04-23 Thread Andrea Bolognani
This is a more flexible function that parses the name of the container image into its components: distro name and, where applicable, target architecture for cross-building. Signed-off-by: Andrea Bolognani --- ci/util.py | 33 + 1 file changed, 21 insertions(+), 12