mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Fix typos in man pages
This commit is contained in:
parent
94b0a93088
commit
d774afec78
2 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@ packages
|
|||
|
||||
--changelog='MESSAGE'::
|
||||
Use 'MESSAGE' as the changelog when tagging, this can be specified
|
||||
everytime a package is tagged. Useful when needing to generate
|
||||
every time a package is tagged. Useful when needing to generate
|
||||
custom changelogs. This will override the auto generated changelog.
|
||||
|
||||
-u, --undo::
|
||||
|
@ -175,7 +175,7 @@ override the default builder for some purpose, such as testing a build via mock.
|
|||
Custom arguments specific to a particular builder. (key=value)
|
||||
|
||||
--scl='COLLECTION'::
|
||||
Build package for software collection. This is mostly usefull for building
|
||||
Build package for software collection. This is mostly useful for building
|
||||
src.rpm, because for rpm you want to define this option for specific tag in tito.props
|
||||
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ PRETTY FORMATS in git-log(1) for more information.
|
|||
|
||||
changelog_with_email::
|
||||
If set to 0, then entries in changelog (subject of commits) are not
|
||||
followed by email of commiter. Default is 1. This option is
|
||||
followed by email of committer. Default is 1. This option is
|
||||
deprecated and provided for backwards-compatibility only. New
|
||||
configurations should consider changelog_format instead.
|
||||
|
||||
|
@ -181,14 +181,14 @@ the automatic git-annex symlinks on completion.
|
|||
|
||||
TAGGERS
|
||||
-------
|
||||
All taggers which inherit fom tito.tagger.VersionTagger (all to this date),
|
||||
All taggers which inherit from tito.tagger.VersionTagger (all to this date),
|
||||
will update file GITROOT/.tito/packages/name-of-package and put there one
|
||||
line which consist of version-release of package, space delimiter, path to
|
||||
package directory relative to GITROOT.
|
||||
|
||||
tito.tagger.VersionTagger::
|
||||
Standard tagger class, used for tagging packages build from source in git.
|
||||
Releaase will be tagged by incrementing the package version, and the actual
|
||||
Release will be tagged by incrementing the package version, and the actual
|
||||
"Release" will be always set to 1.
|
||||
|
||||
tito.tagger.ReleaseTagger::
|
||||
|
@ -210,7 +210,7 @@ You can create section with the name same as releaser target and there you can
|
|||
specify this option:
|
||||
|
||||
remote_git_name::
|
||||
This is usefull for FedoraGitReleaser and DistGitReleaser and will allow you to
|
||||
This is useful for FedoraGitReleaser and DistGitReleaser and will allow you to
|
||||
specify name of remote dist-git branch.
|
||||
+
|
||||
For example let say you have in releaser.conf:
|
||||
|
|
Loading…
Add table
Reference in a new issue