Tatsh / livecheck

Tool to update ebuilds.
https://livecheck.readthedocs.io/en/latest/
MIT License
3 stars 2 forks source link

Do not cancel the search process #192

Closed inode64 closed 2 weeks ago

inode64 commented 2 weeks ago

Now in any ebuild that cannot be updated a raise is generated and this means that you have to exclude the packages that cannot be automatically searched I have thought about changing the "raise" to "logger.debug" so you can analyze an entire portage without interruptions

What do you think?

Tatsh commented 2 weeks ago

The behaviour changed? I have been only using the last released version for a while so I was unaware.

Definitely would prefer that the failed package get logged at error level but not raise.

inode64 commented 2 weeks ago

Tomorrow I'll try to prepare a commit and see if it's correct.