2010-09-06 04:03:42 +08:00
|
|
|
titorc(5)
|
|
|
|
=========
|
2011-07-22 11:39:08 -04:00
|
|
|
include::man.asciidoc[]
|
2010-09-06 04:03:42 +08:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2011-10-16 13:31:57 -03:00
|
|
|
titorc - A user specific settings file for `tito`.
|
2010-09-06 04:03:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
None
|
|
|
|
// older asciidoc versions (such as the version for .el5) require a synopsis section
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2011-10-16 13:31:57 -03:00
|
|
|
User preferences can optionally be stored:
|
2010-09-06 04:03:42 +08:00
|
|
|
|
|
|
|
`~/.titorc`
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2011-02-11 13:29:21 +01:00
|
|
|
KOJI_OPTIONS::
|
|
|
|
Specify strings of options, which is passed to koji on commandline when you
|
2013-04-24 22:03:18 +02:00
|
|
|
use KojiReleaser. For example:
|
2011-02-11 13:29:21 +01:00
|
|
|
|
2013-04-24 22:57:10 +02:00
|
|
|
KOJI_OPTIONS=-c ~/.koji/katello-config build --nowait
|
2013-04-15 21:16:31 +02:00
|
|
|
|
|
|
|
NO_AUTO_INSTALL::
|
|
|
|
Specify list of packages (separated by space), which should NOT be installed,
|
|
|
|
when tito is run with -i option.
|
|
|
|
|
2010-09-06 04:03:42 +08:00
|
|
|
RPMBUILD_BASEDIR::
|
2011-10-16 13:31:57 -03:00
|
|
|
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.
|
2010-09-06 04:03:42 +08:00
|
|
|
|
2011-02-11 13:21:04 +01:00
|
|
|
HIDE_EMAIL::
|
2011-10-16 13:31:57 -03:00
|
|
|
If set to something other than 0, your email address will not be used in
|
|
|
|
changelog entries. I.e. instead of
|
2011-02-11 13:21:04 +01:00
|
|
|
* Tue Feb 11 2011 Miroslav Suchy <msuchy@redhat.com> 0.3.0-2
|
2011-10-16 13:31:57 -03:00
|
|
|
You will get:
|
2011-02-11 13:21:04 +01:00
|
|
|
* Tue Feb 11 2011 Miroslav Suchy 0.3.0-2
|
2010-09-06 04:03:42 +08:00
|
|
|
|
2015-06-11 04:13:49 -04:00
|
|
|
RHPKG_USER::
|
|
|
|
FEDPKG_USER::
|
|
|
|
By default this is the UNIX user running the command. Overriding it will run
|
|
|
|
all rhpkg/fedpkg commands with --user $RHPKG_USER/FEDPKG_USER
|
|
|
|
|
2015-06-15 10:12:33 -04:00
|
|
|
COLOR::
|
|
|
|
Set to '0' or 'False' to disable colored output.
|
|
|
|
|
|
|
|
MEAD_SCM_USERNAME::
|
|
|
|
The username to use when pushing the repository MEAD is going to build
|
|
|
|
from. If this value is unset, the MEAD releaser will default to using
|
|
|
|
the name of the current user.
|
|
|
|
|
2015-06-11 04:13:49 -04:00
|
|
|
|
2010-09-06 04:03:42 +08:00
|
|
|
EXAMPLE
|
|
|
|
-------
|
2011-02-11 13:29:21 +01:00
|
|
|
KOJI_OPTIONS=-c ~/.koji/spacewalkproject.org-config build --nowait
|
2010-09-06 04:03:42 +08:00
|
|
|
|
|
|
|
----
|
|
|
|
# Default Location to write temp files, tarballs and rpms to:
|
|
|
|
RPMBUILD_BASEDIR = "/tmp/tito"
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
tito(8)
|
|
|
|
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
include::AUTHORS[]
|