[Kimchi-devel] [PATCH] [Kimchi] Adding 'self.depends' option in root.py

dhbarboza82@gmail.com posted 1 patch 7 years, 2 months ago
Failed in applying to current master (apply log)
root.py | 2 ++
1 file changed, 2 insertions(+)
[Kimchi-devel] [PATCH] [Kimchi] Adding 'self.depends' option in root.py
Posted by dhbarboza82@gmail.com 7 years, 2 months ago
From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>

This option will be used by WoK to determine the dependencies
of the plug-ins. The change made is harmless - the  patch does
not need the WoK changes to be upstream beforehand.

Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
---
 root.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/root.py b/root.py
index faa9eb9..5fa1690 100644
--- a/root.py
+++ b/root.py
@@ -73,6 +73,8 @@ class Kimchi(WokRoot):
             }
         }
 
+        self.depends = ['gingerbase']
+
         # Some paths or URI's present in the objectstore have changed after
         # Kimchi 2.0.0 release. Check here if an upgrade in the schema and data
         # are necessary.
-- 
2.9.3

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel
Re: [Kimchi-devel] Adding 'self.depends' option in root.py
Posted by Aline Manera 7 years, 2 months ago
Applied. Thanks.

Regards,

Aline Manera

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel
Re: [Kimchi-devel] [PATCH] [Kimchi] Adding 'self.depends' option in root.py
Posted by Lucio Correia 7 years, 2 months ago
Reviewed-By: Lucio Correia <luciojhc@linux.vnet.ibm.com>

On 03/02/2017 14:20, dhbarboza82@gmail.com wrote:
> From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
>
> This option will be used by WoK to determine the dependencies
> of the plug-ins. The change made is harmless - the  patch does
> not need the WoK changes to be upstream beforehand.
>
> Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
> ---
>  root.py | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/root.py b/root.py
> index faa9eb9..5fa1690 100644
> --- a/root.py
> +++ b/root.py
> @@ -73,6 +73,8 @@ class Kimchi(WokRoot):
>              }
>          }
>
> +        self.depends = ['gingerbase']
> +
>          # Some paths or URI's present in the objectstore have changed after
>          # Kimchi 2.0.0 release. Check here if an upgrade in the schema and data
>          # are necessary.
>


-- 
Lucio Correia

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel