Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.19 KB

titorc.5.asciidoc

File metadata and controls

59 lines (43 loc) · 1.19 KB

titorc(5)

NAME

titorc - A user specific settings file for tito.

SYNOPSIS

None

DESCRIPTION

User preferences can optionally be stored:

~/.titorc

OPTIONS

KOJI_OPTIONS

Specify strings of options, which is passed to koji on commandline when you execute --koji-release. For example:

RPMBUILD_BASEDIR

Specifies a base directory for temp files, tarballs, and RPMs. If defined, and if the directory exists, tito will automatically create subdirectories as needed for rpmbuild(8). Can be overridden on the fly with -o. The default output directory is /tmp/tito.

HIDE_EMAIL

If set to something other than 0, your email address will not be used in changelog entries. I.e. instead of

  • Tue Feb 11 2011 Miroslav Suchy <[email protected]> 0.3.0-2 You will get:

  • Tue Feb 11 2011 Miroslav Suchy 0.3.0-2

EXAMPLE

KOJI_OPTIONS=-c ~/.koji/spacewalkproject.org-config build --nowait

# Default Location to write temp files, tarballs and rpms to:
RPMBUILD_BASEDIR = "/tmp/tito"

SEE ALSO

tito(8)

AUTHORS