2010-09-06 04:03:42 +08:00
|
|
|
titorc(5)
|
|
|
|
=========
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
titorc - Settings file for `tito`
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
None
|
|
|
|
// older asciidoc versions (such as the version for .el5) require a synopsis section
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
User preferences can be stored in files:
|
|
|
|
|
|
|
|
`~/.spacewalk-build-rc`
|
|
|
|
|
|
|
|
`~/.titorc`
|
|
|
|
|
2010-11-05 13:38:04 -04:00
|
|
|
If `$HOME/.spacewalk-build-rc` exists, tito ignores `$HOME/.titorc`.
|
2010-09-06 04:03:42 +08:00
|
|
|
Both files are optional.
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2011-02-11 13:29:21 +01:00
|
|
|
KOJI_OPTIONS::
|
|
|
|
Specify strings of options, which is passed to koji on commandline when you
|
|
|
|
execute --koji-release. For example:
|
|
|
|
|
2010-09-06 04:03:42 +08:00
|
|
|
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).
|
|
|
|
|
2011-02-11 13:21:04 +01:00
|
|
|
HIDE_EMAIL::
|
|
|
|
If set to something different from 0, it will not use you email address
|
|
|
|
in changelog entry. I.e. instead of
|
|
|
|
* Tue Feb 11 2011 Miroslav Suchy <msuchy@redhat.com> 0.3.0-2
|
|
|
|
it will use:
|
|
|
|
* Tue Feb 11 2011 Miroslav Suchy 0.3.0-2
|
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[]
|