Bug #22803
As a user I would like to skip srpms on sync
Description
Given a yum repo that has both rpms and srpms some users want an option to be able exclude syncing srpms
Related issues
Associated revisions
History
#1
Updated by Partha Aji over 4 years ago
- Bugzilla link set to 1335621
#2
Updated by Partha Aji over 4 years ago
- Blocked by Bug #22802: Create a Skip list for yum importer added
#3
Updated by Partha Aji about 4 years ago
- Project changed from Runcible to Katello
#4
Updated by Partha Aji about 4 years ago
- Related to Bug #23323: As a hammer user I would like to see "skipped contents" information in a repo added
#5
Updated by The Foreman Bot about 4 years ago
- Assignee set to Partha Aji
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7325 added
#6
Updated by Partha Aji about 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|9872e5b48212742715383b50d25b649fd2ed50c3.
#7
Updated by Jonathon Turel about 4 years ago
- Legacy Backlogs Release (now unused) set to 338
Fixes #22803 - Enables ignorable units in yum repo
This commit facilitates the ability to ignore certain content units in a
Yum repo. For example one would be able to say "ignore srpms while
syncing this repo". This commit largely feeds of the pulp 'skip' list
feature.
Ignorable content units would be rpm, drpm, srpm, distribution and
erratum
This commit adds the UI and api bindings to make this work.