From 53d186223c6892cfc65542a590ee650c845f471e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Apr 2013 12:38:31 +0200 Subject: [PATCH] document RSYNC_USERNAME --- releasers.conf.5.asciidoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/releasers.conf.5.asciidoc b/releasers.conf.5.asciidoc index cc472a7..0152111 100644 --- a/releasers.conf.5.asciidoc +++ b/releasers.conf.5.asciidoc @@ -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::