mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 04:02:46 +00:00
Document distribution aliases in releasers.conf manpage
This commit is contained in:
parent
1b031f312f
commit
c578f53d4f
1 changed files with 6 additions and 1 deletions
|
@ -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
|
git merge the first branch into all other listed branches, triggering builds
|
||||||
in each.
|
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 '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.
|
The 'placeholder_bz' property can be specified to use if no bugs were found in the changelog with the required flags.
|
||||||
+
|
+
|
||||||
[fedora-git]
|
[fedora-git]
|
||||||
releaser = tito.release.FedoraGitReleaser
|
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+
|
required_bz_flags = myos-1.1.0+ pm_ack+
|
||||||
placeholder_bz = 100000
|
placeholder_bz = 100000
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Reference in a new issue