I’d like to learn more about how you can change tons of packages at once. How do you automate it? How do you generate %changelog entries for many packages at once? Do you have scripts examples that you can share?
Thanks.
I’d like to learn more about how you can change tons of packages at once. How do you automate it? How do you generate %changelog entries for many packages at once? Do you have scripts examples that you can share?
Thanks.
Workflow I use:
git-diff across all those repos to make sure that changes are correct.rpmdev-bumpspec to bump release across those packages.git-push for them with xargs -n1 -P8
fedpkg build --nowait for them with xargs -n1 -P16