Actions
Bug #18941
closedRepo sync is completing successfully, but is not finding new packages that are in the repo
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
Upon upgrade from 3.2 to 3.3, the sync was no longer updating properly. Since I was syncing to a local url, I was able to look at my apache logs and see that there was no request for repodata in my apache logs. I'm unsure why it was completing successfully.
Updating the link to somethat that would error and changing it back seemed to solve the problem. I also had to run
mongo pulp_database --eval 'db.repo_importers.update({"scratchpad": {$ne: null}}, {$set: {"scratchpad.repomd_revision": null}}, {"multi":true})' since the repo metadata date locally got update.
Actions