You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine, you have ceph in overrides and now you decide to override another version, only way you can do it either start from scratch (for whole override) which is time-consuming or find all old subpackages and manually wipe them.
The text was updated successfully, but these errors were encountered:
I was removing some overrides just recently and I simply chose the second option. The thing I did was find repo/devel -name 'dbus*1.11.16*rpm' -delete and then regenerated the repodata (for which there's a separate script now -- repo/generate-repo-data.sh).
I know this might become a little more complex if the package has subpackages with very different names or even versions. I faintly remember you planned to enhance depchase so you could query it for a list of subpackages for a given SRPM NVR. We could then utilize that to, among other things, find all the binary NVRs in the repodata and find -delete them, plus update the Makefile to make it even more trivial, e.g. "put your SRPM NVRs to be deleted in this file and run make delete" or something like that. And then create an analogous make update that would implement that "automated bootstrap updates" idea.
Imagine, you have ceph in overrides and now you decide to override another version, only way you can do it either start from scratch (for whole override) which is time-consuming or find all old subpackages and manually wipe them.
The text was updated successfully, but these errors were encountered: