In reviewing past e-mails to us (specifically Johnny), there has been interest in supporting the execution of the yum utility instead.....
Is there significant interest in the calling of yum and using its inherent behavior of handling rpm dependencies? It seems that the current implementation of YumRpm and its use of the rpm -i/-u command may be misleading here?
--
You received this message because you are subscribed to the Google Groups "ControlTier" group.
To post to this group, send email to contr...@googlegroups.com
To unsubscribe from this group, send email to controltier...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/controltier?hl=en
http://wiki.controltier.org
-JC
Not sure what version of these modules you have. Here is what I am
currently using.
-JC
-JC
Yum itself was a challenge to work with since it behaves differently
than other packages. It really is a "fake" package. In reality we are
calling a process to install a package that resides some where else.
It had some real limitations to it as well if you were working with it
out of the box. There are ways to do the package install removal
workflow differently, but none that work without add-ins. If only yum
could by default roll back forward or reinstall. Only way to do that
was to use a add-on which is very buggy.
-JC