Bug #18941
closedRepo sync is completing successfully, but is not finding new packages that are in the repo
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.
Updated by Eric Helms almost 8 years ago
- Status changed from New to Needs design
Updated by John Mitsch almost 8 years ago
- Category set to Repositories
- Assignee set to John Mitsch
- Translation missing: en.field_release set to 228
Updated by Justin Sherrill over 7 years ago
I believe this may have been resolved by http://projects.theforeman.org/issues/18816 where by the feed url was being updated to localhost.
Updated by Justin Sherrill over 7 years ago
Are you able to reproduce this on 3.3.1 or 3.4 rc?
Updated by Justin Sherrill over 7 years ago
- Status changed from Needs design to Need more information
- Translation missing: en.field_release changed from 228 to 166
Updated by Justin Sherrill over 7 years ago
- Status changed from Need more information to Rejected
Closing this as we believe it is now resolved, please reopen if you can still reproduce!