Making testing of package updates easier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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                       orion@xxxxxxxx
Boulder, CO 80301                 https://www.nwra.com/

<<attachment: smime.p7s>>

_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux