On Wednesday 22 February 2006 09:18, Bernard Li wrote: > Can we add a check such that if yum fails to install some dependencies then > the installation will bail?
The problem is that yum doesn't seem to return on error code in such cases. So the only chance is to do it in packman, check the output stream for lines starting with "Error:" and return an error if that occurs. I'll try to implement this. Regards, Erich ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
