[libvirt] [jenkins-ci PATCH 2/8] guests: Simplify mapping for libtool

Andrea Bolognani abologna at redhat.com
Tue May 15 14:40:03 UTC 2018


Ubuntu 14 is the only exception among Debian-based
distributions.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/vars/mappings.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index cfba51c..fdab104 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -299,8 +299,8 @@ mappings:
 
   libtool:
     default: libtool
-    Debian: libtool-bin
-    Ubuntu16: libtool-bin
+    deb: libtool-bin
+    Ubuntu14: libtool
 
   libtoolize:
     default: libtool
-- 
2.17.0




More information about the libvir-list mailing list