One of the tedious things I do as a package maintainer is re-building all dependent packages with a new version of a package. My current work flow is:

- create a testing copr
- build the new package there
- Figure out what packages depend on this package - some flavor of:
 dnf repoquery --whatrequires 'soname'/'package'/'etc' --source \
   --alldeps | sort -u
- For each of these:
  - clone/git pull
  - rpmdev-bumpspec -c 'Rebuild for blah' *.spec
  - fedpkg srpm
  - copr build me/testing --nowait *.src.rpm

how can we move towards something like:

fedpkg test-build-with-all-deps

and then when that passes:

fedpkg build-with-all-deps

?

I suspect rawhide gating + tests is supposed to help with this but I'm not sure.


--
Orion Poplawski
Manager of NWRA Technical Systems          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                 https://www.nwra.com/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to