]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Make repo_mark_retracted_packages only look at the provided repo
authorMichael Schroeder <mls@suse.de>
Mon, 20 Apr 2020 15:30:20 +0000 (17:30 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 20 Apr 2020 15:30:20 +0000 (17:30 +0200)
commit931e4928b8f3558dc3f442656cb4deeebd679721
tree0005b9c4f4e2cf9efb2db13e04b2dab855267f90
parentcfb8553403ad7cfa2c930c32856f1a70103fb69f
Make repo_mark_retracted_packages only look at the provided repo

Before this commit it worked like pool_mark_retracted_packages,
which is also something that we might need in the future.

For now, limit the search to the specified repo. This change
does nothing for the only use case that we currently have,
namely the repo2solv tool.
ext/repo_updateinfoxml.c