document RSYNC_USERNAME

This commit is contained in:
Miroslav Suchý 2013-04-24 12:38:31 +02:00
parent 2bf66f1e96
commit 53d186223c

View file

@ -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::