[libvirt] [jenkins-ci PATCH] lcitool: Don't install yast2_base group on openSUSE

Andrea Bolognani posted 1 patch 4 years, 3 months ago
Failed in applying to current master (apply log)
guests/configs/autoinst.xml | 1 -
1 file changed, 1 deletion(-)
[libvirt] [jenkins-ci PATCH] lcitool: Don't install yast2_base group on openSUSE
Posted by Andrea Bolognani 4 years, 3 months ago
We're handling all configuration using lcitool, and we have to
be able to cope with minimal openSUSE environments anyway because
of containers.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
I've tested this by creating a fresh openSUSE Leap 15.1 VM and
verifying that I could successfully 'lcitool build' libvirt inside
it.

 guests/configs/autoinst.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guests/configs/autoinst.xml b/guests/configs/autoinst.xml
index f8ec3df..ceb702d 100644
--- a/guests/configs/autoinst.xml
+++ b/guests/configs/autoinst.xml
@@ -44,7 +44,6 @@
     <patterns config:type="list">
       <pattern>base</pattern>
       <pattern>minimal_base</pattern>
-      <pattern>yast2_basis</pattern>
     </patterns>
     <packages config:type="list">
       <package>openssh</package>
-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [jenkins-ci PATCH] lcitool: Don't install yast2_base group on openSUSE
Posted by Jim Fehlig 4 years, 3 months ago
On 12/12/19 10:46 AM, Andrea Bolognani wrote:
> We're handling all configuration using lcitool, and we have to
> be able to cope with minimal openSUSE environments anyway because
> of containers.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
> I've tested this by creating a fresh openSUSE Leap 15.1 VM and
> verifying that I could successfully 'lcitool build' libvirt inside
> it.
> 
>   guests/configs/autoinst.xml | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/guests/configs/autoinst.xml b/guests/configs/autoinst.xml
> index f8ec3df..ceb702d 100644
> --- a/guests/configs/autoinst.xml
> +++ b/guests/configs/autoinst.xml
> @@ -44,7 +44,6 @@
>       <patterns config:type="list">
>         <pattern>base</pattern>
>         <pattern>minimal_base</pattern>
> -      <pattern>yast2_basis</pattern>
>       </patterns>
>       <packages config:type="list">
>         <package>openssh</package>
> 

I suppose I could have sent this myself faster than typing the mails we've 
exchanged :-). I didn't test it, but

Reviewed-by: Jim Fehlig <jfehlig@suse.com>

Regards,
Jim

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list