Matt Turner wrote: > repoman is inferior to other tooling mentioned. The other tooling is > actually run in CI.
The problem seems to be that CI is running something other than developers run, not the other way around. > Developers should get the same warnings locally as in CI. I agree. And developers and their tools should not have to bend to whatever CI does, I think the other way around makes more sense. CI doesn't use repoman because of performance issues. What if pkgcore evolves to provide a portage-compatible API? Then CI could use repoman without performance problems, and developers would also enjoy improved performance, without spending time on replacing tooling which already works for them. Looking into the future then maybe portage could even come to use pkgcore for the low-level things that pkgcore does, then even users could enjoy improved performance. Right? //Peter