aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-fedora.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-03-09Add pkg-bindist command (generate binary distribution package)Boris Kolpackov1-7/+14
This commit includes an implementation for Debian and alike.
2023-02-10Add support for fetch timeout to system package managersKaren Arutyunov1-1/+5
2023-02-10Improve system_package_manager_fedora::pkg_install() and add some notesKaren Arutyunov1-0/+3
2023-02-10Fix Fedora's main/devel package name resolution based on the project nameKaren Arutyunov1-9/+0
2023-02-09Infrastructure work for binary distribution package generationBoris Kolpackov1-2/+37
2023-02-08Implement system package manager query and install support for FedoraKaren Arutyunov1-0/+305
Note that the main/devel name resolution based on the project name still needs to be fixed.