[libvirt] [jenkins-ci PATCH 01/10] guests: Rename compat -> kludges

Andrea Bolognani abologna at redhat.com
Thu Apr 5 12:22:11 UTC 2018


This task only contains workarounds that we shouldn't have to
worry about to begin with, and that hopefully in due time we'll
be able to drop entirely. Rename it to make this more apparent.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/site.yml                          | 2 +-
 guests/tasks/{compat.yml => kludges.yml} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename guests/tasks/{compat.yml => kludges.yml} (100%)

diff --git a/guests/site.yml b/guests/site.yml
index 869291d..26127be 100644
--- a/guests/site.yml
+++ b/guests/site.yml
@@ -32,7 +32,7 @@
     # Configure environment. Needs to happen after installing base packages
     - include: tasks/bootloader.yml
     - include: tasks/services.yml
-    - include: tasks/compat.yml
+    - include: tasks/kludges.yml
     - include: tasks/users.yml
 
     # Install build dependencies for each project
diff --git a/guests/tasks/compat.yml b/guests/tasks/kludges.yml
similarity index 100%
rename from guests/tasks/compat.yml
rename to guests/tasks/kludges.yml
-- 
2.14.3




More information about the libvir-list mailing list