Skip to content

Commit

Permalink
Make population_sources note mutable [RHELDST-20307]
Browse files Browse the repository at this point in the history
For enbaling extra content (for testing of UBI repos)
to go to the repository, this change enables to update
population_sources repo note.
  • Loading branch information
rbikar committed Jan 29, 2025
1 parent 5db5ffd commit 6458161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pubtools/pulplib/_impl/model/repository/yum.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class YumRepository(Repository):
type=list,
converter=frozenlist,
pulp_field="notes.population_sources",
mutable=True,
)
"""List of repository IDs used to populate this repository
"""
Expand Down

0 comments on commit 6458161

Please sign in to comment.