ocnbb

Results 2 comments of ocnbb

Hi, as a workaround, this error can be solved by adding following to patchman-client at `get_yum_updates()`: ``` | grep -v ': manager' \ | grep -v ': subscription-manager' \ |...

> the below might be sufficient? > > ``` > | grep -v ': ' \ > | grep -v 'Limiting package lists to security relevant ones' \ > ```...