mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
document RSYNC_USERNAME
This commit is contained in:
parent
2bf66f1e96
commit
53d186223c
1 changed files with 4 additions and 7 deletions
|
@ -26,17 +26,14 @@ Specify "builder.test = 1" in your releasers.conf target to enable --test builds
|
|||
|
||||
tito.release.YumRepoReleaser::
|
||||
Releaser which will build your packages, rsync down an existing yum repository, place your packages in it, regenerate the yum repodata, and rsync the yum repository back up.
|
||||
|
||||
Specify "filetypes = srpm" if you want to build a source rpm instead of a regular rpm.
|
||||
|
||||
Specify "createrepo_command = createrepo -s sha1" if you are building on a recent distro and are working with yum repositories for rhel5.
|
||||
|
||||
You can use environment variable RSYNC_USERNAME to override rsync username.
|
||||
|
||||
tito.release.RsyncReleaser::
|
||||
Releaser which will build your packages, and rsync up to a remote repository
|
||||
|
||||
specify "filetypes = rpm srpm tgz" to choose what type of packages will be uploaded.
|
||||
|
||||
Releaser which will build your packages, and rsync up to a remote repository.
|
||||
Specify "filetypes = rpm srpm tgz" to choose what type of packages will be uploaded.
|
||||
You can use environment variable RSYNC_USERNAME to override rsync username.
|
||||
|
||||
tito.release.FedoraGitReleaser::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue