From c578f53d4ffc6d2945afe931a99f925951e22699 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 28 Jan 2024 15:05:29 +0100 Subject: [PATCH] Document distribution aliases in releasers.conf manpage --- releasers.conf.5.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/releasers.conf.5.asciidoc b/releasers.conf.5.asciidoc index c9381ab..609cb99 100644 --- a/releasers.conf.5.asciidoc +++ b/releasers.conf.5.asciidoc @@ -70,13 +70,18 @@ are then synced to the first branch your releaser lists. After this tito will git merge the first branch into all other listed branches, triggering builds in each. + +The 'branches' property can contain aliases such as `fedora-all`, +`fedora-stable`, `fedora-latest`, `epel-all`, etc. For the complete list of +aliases and their explanations, see +https://github.com/rpm-software-management/fedora-distro-aliases ++ The 'required_bz_flags' property can be specified to have tito check Red Hat Bugzilla to see if each bug number extracted from the changelog has appropriate flags. If it does not, it will be skipped in the commit message. If no bugs are found with the required tags, a 'placeholder_bz' can be specified (see below), otherwise the release will abort. + The 'placeholder_bz' property can be specified to use if no bugs were found in the changelog with the required flags. + [fedora-git] releaser = tito.release.FedoraGitReleaser - branches = master el5 el6 f14 f15 f16 + branches = fedora-all epel7 epel8 epel9 required_bz_flags = myos-1.1.0+ pm_ack+ placeholder_bz = 100000 +