Add gentoolkitNonZeroExit exception
authorPaul Varner <fuzzyray@gentoo.org>
Thu, 6 Jan 2011 14:22:07 +0000 (08:22 -0600)
committerPaul Varner <fuzzyray@gentoo.org>
Thu, 6 Jan 2011 15:48:52 +0000 (09:48 -0600)
commit63a5ccffaba120850b35814986e37c004c012de6
tree5a113b5c0ce57de5d7064c24567734ca7bd2144f
parent8d925c18b9694bff63eae4238eeac342a4589314
Add gentoolkitNonZeroExit exception

This exception should only be used when an error is not fatal and the
absence of information means no data was found.  The return_code
parameter can be used to set the exit value.

Have the equery list module when in quiet mode return an exit status of
3.  This is needed to prevent 'euse -I' from printing many 'No installed
packages matching ...' error messages.
bin/equery
man/equery.1
pym/gentoolkit/equery/list_.py
pym/gentoolkit/errors.py