OK,
I think it’s due to an unchage state of the repository.
I’m publishing a new version but nothing change inside the repo so I get the error above.
Regards,
This what I have from journactl and production.log: debug_view.log (34.1 KB)
My guess was I have this error when inside the repo nothing changed and i’m publishing an new view but i’m not 100% sure it’s the problem.
The think is, I have one repo (dep) which has fix packages and won’t get new packages and another repo (build_dev) which has packages regularly like two or three times per/day.
When I receive a new build deb packages, I publish a new view like that the packages can be upgrade on the machine.
Since I have added dep repository, I have pulp who got stuck on the “CheckMatchingContent”.
Finally I also got the same error when I published an new view when the build_dev didn’t get new packages.
I still see the various Runcible calls from the old code…The patch didn’t get through as far as I can tell…
Can you look at contents of the file katello/app/lib/actions/katello/repository/check_matching_content.rb and verify it’s calling target_repo_published instead of the old target_repo.published? on line 35?