Alon Bar-Lev has uploaded a new change for review.

Change subject: yum: use newer yum group selection
......................................................................

yum: use newer yum group selection

Change-Id: Ife6feb9c675c34ad16129394139df29a7591e214
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M src/otopi/miniyum.py
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/77/26377/1

diff --git a/src/otopi/miniyum.py b/src/otopi/miniyum.py
index 7b11a5b..aa5446c 100755
--- a/src/otopi/miniyum.py
+++ b/src/otopi/miniyum.py
@@ -812,7 +812,11 @@
         """
         return self._queueGroup(
             'install',
-            self._yb.selectGroup,
+            (
+                self._yb.selectEnvironment
+                if hasattr(self._yb, 'selectEnvironment')
+                else self._yb.selectGroup
+            ),
             group,
             **kwargs
         )


-- 
To view, visit http://gerrit.ovirt.org/26377
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife6feb9c675c34ad16129394139df29a7591e214
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to