[libvirt] [jenkins-ci PATCH 3/3] guests: Blacklist perl-ExtUtils-MakeMaker

Andrea Bolognani abologna at redhat.com
Tue May 15 18:27:36 UTC 2018


We no longer need it, so blacklist it to make sure existing
guests, where it was installed in the past, are cleaned up.

We'll be able to drop it from the blacklist, along with the
corresponding mapping, after a reasonable amount of time.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/vars/mappings.yml           | 1 -
 guests/vars/projects/blacklist.yml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index f809e24..211440a 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -544,7 +544,6 @@ mappings:
     Ubuntu14:
 
   perl-ExtUtils-MakeMaker:
-    deb: perl-modules
     pkg: p5-ExtUtils-MakeMaker
     rpm: perl-ExtUtils-MakeMaker
 
diff --git a/guests/vars/projects/blacklist.yml b/guests/vars/projects/blacklist.yml
index e5f369c..ab76e0e 100644
--- a/guests/vars/projects/blacklist.yml
+++ b/guests/vars/projects/blacklist.yml
@@ -1,3 +1,4 @@
 ---
 packages:
   - nano
+  - perl-ExtUtils-MakeMaker
-- 
2.17.0




More information about the libvir-list mailing list