Marcus Furlong
Marcus Furlong
The only issue I have with this is that if the repos don't exist, it pretends to find updates but won't find them, because there are no repos. That was...
Yes possibly we could just document it. The first time a host reports a repo that does not previously exist, then it will not find the updates, because that repo...
Note that if you set up celery per the installation docs, the report processing automatically finds updates when a report is received. That was the original intention for having the...
Can you add the code in 927f5b3 to help debug the issue?
Thanks for the detailed bug report! Does the other workaround work too - using `unbuffer`?
@ryang-cvv does the workaround in https://github.com/furlongm/patchman/issues/324#issuecomment-850350418 fix the issue for you? @ocnbb the below might be sufficient? ``` | grep -v ': ' \ | grep -v 'Limiting package lists...
Looks good, please submit a PR and I'll test it.
Maybe just catch the error? I've already performed a factory reset on my unit which solved the issue so can't offer any more debugging output, sorry!
See also https://www.geeksforgeeks.org/transpose-matrix-single-line-python/ for other examples.
Hi, thanks for PR! :) For an quick initial review, it should be possible to use JS links from https://cdnjs.com/ instead of copying JS into the project. See how the...