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

Andrea Bolognani posted 10 patches 7 years, 1 month ago
[libvirt] [jenkins-ci PATCH 01/10] guests: Rename compat -> kludges
Posted by Andrea Bolognani 7 years, 1 month ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH 01/10] guests: Rename compat -> kludges
Posted by Pavel Hrdina 7 years, 1 month ago
On Thu, Apr 05, 2018 at 02:22:11PM +0200, Andrea Bolognani wrote:
> 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@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%)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list