From 3555aa16d8a26a4aaf7bbc8c2cac4941d994cead Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Aug 14 2024 09:13:18 +0000 Subject: Utilities: add fbrnch Add a section about the fbrnch packaging tool --- diff --git a/modules/ROOT/pages/Utilities.adoc b/modules/ROOT/pages/Utilities.adoc index 9127c81..2671ecb 100644 --- a/modules/ROOT/pages/Utilities.adoc +++ b/modules/ROOT/pages/Utilities.adoc @@ -54,3 +54,16 @@ More information on configuring dist-git repositories to use Packit can be found https://packit.dev/docs/fedora-releases-guide[in the documentation]. Please remember to run impact checks before pushing updates. + +== fbrnch: an advanced packager tool + +If you maintain larger package sets or want additional features/checks over fedpkg and other tools (like fedora-review), +you can install link:https://src.fedoraproject.org/rpms/fbrnch[fbrnch] (pronounced f-branch). +The link:https://hackage.haskell.org/package/fbrnch-1.4#readme[readme] file has an overview of its features, +but some of the main highlights are: + +* automated parallel builds in dependency order in a sidetag +* easy scratch, mock builds, waitrepo, and merging for a package branch +* listing, creating and updating package reviews +* requesting new package repos and importing directly from package reviews +* updating sources and much more \ No newline at end of file