mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
add example for remote_git_name
This commit is contained in:
parent
ca72ea19f6
commit
8f641894ec
1 changed files with 12 additions and 0 deletions
|
@ -181,6 +181,18 @@ specify this option:
|
|||
remote_git_name::
|
||||
This is usefull 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:
|
||||
[git-sat]
|
||||
releaser = tito.release.DistGitReleaser
|
||||
branches = satellite-6.0-rhel-6
|
||||
+
|
||||
and then in package directory you can create tito.props with content:
|
||||
[git-sat]
|
||||
remote_git_name = ruby193-rubygem-simple-navigation
|
||||
And it will push package into ruby193-rubygem-simple-navigation dist-git despite the
|
||||
fact that it is in /rubygem-simple-navigation directory. And project name (as taken
|
||||
from spec file) is rubygem-simple-navigation.
|
||||
|
||||
EXAMPLE
|
||||
-------
|
||||
|
|
Loading…
Add table
Reference in a new issue