Actions
Bug #30235
closedThe change of srpm count in the repository doesn't trigger the index content
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
When syncing a repository, Katello will skip the index content step if only source rpms are updated.
Steps to Reproduce:
1. Create a local repository with 1 rpm and 1 srpm in /var/www/html/pub/my_local_repo
createrepo /var/www/html/pub/my_local_repo
2. Create a repo from the satellite web UI to sync the local repo.
3. Sync the repo and wait until it is succeeded.
4. Remove the the "repodata" and the srpm in /var/www/html/pub/my_local_repo
5. Recreate the repo metadata
createrepo /var/www/html/pub/my_local_repo
6. Sync the repo again and notice that the "Source RPMs" count is still 1 in:
Web ui -> Products -> product name -> Repositories -> my_local_repo
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Hao Yu
- Pull request https://github.com/Katello/katello/pull/8791 added
Updated by Ian Ballou over 4 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Hao Yu over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|dd808d08390ee1292a1b34b06f287add957a6acf.
Actions