1TITORC(5) Tito User Manual TITORC(5)
2
3
4
6 titorc - A user specific settings file for `tito`.
7
9 None
10
12 User preferences can optionally be stored:
13
14 ~/.titorc
15
17 KOJI_OPTIONS
18 Specify strings of options, which is passed to koji on commandline
19 when you use KojiReleaser. For example:
20
21 KOJI_OPTIONS=-c ~/.koji/katello-config build --nowait
22
23 NO_AUTO_INSTALL
24 Specify list of packages (separated by space), which should NOT be
25 installed, when tito is run with -i option.
26
27 RPMBUILD_BASEDIR
28 Specifies a base directory for temp files, tarballs, and RPMs. If
29 defined, and if the directory exists, tito will automatically
30 create subdirectories as needed for rpmbuild(8). Can be overridden
31 on the fly with -o. The default output directory is /tmp/tito.
32
33 HIDE_EMAIL
34 If set to something other than 0, your email address will not be
35 used in changelog entries. I.e. instead of
36
37 • Tue Feb 11 2011 Miroslav Suchy <msuchy@redhat.com> 0.3.0-2 You
38 will get:
39
40 • Tue Feb 11 2011 Miroslav Suchy 0.3.0-2
41
42 RHPKG_USER, FEDPKG_USER
43 By default this is the UNIX user running the command. Overriding it
44 will run all rhpkg/fedpkg commands with --user
45 $RHPKG_USER/FEDPKG_USER
46
47 COLOR
48 Set to 0 or False to disable colored output.
49
50 MEAD_SCM_USERNAME
51 The username to use when pushing the repository MEAD is going to
52 build from. If this value is unset, the MEAD releaser will default
53 to using the name of the current user.
54
55 COPR_REMOTE_LOCATION
56 URL that Tito will push SRPMs to for Copr to use.
57
59 KOJI_OPTIONS=-c ~/.koji/spacewalkproject.org-config build --nowait
60
61 # Default Location to write temp files, tarballs and rpms to:
62 RPMBUILD_BASEDIR = "/tmp/tito"
63
65 tito(8)
66
68 Devan Goodwin <dgoodwin@rm-rf.ca>
69
70 James Bowes <jbowes@repl.ca>
71
72 Jan Pazdziora
73
74 Jesus M Rodriguez <jesusr@redhat.com>
75
76 Pall Sigurdsson <palli@opensource.is>
77
78 Miroslav Suchý <msuchy@redhat.com>
79
80 and: Adam Miller, Alex Wood, Aron Parsons, Brenton Leanhardt, Ivan
81 Nečas, John Eckersberg, Kenny MacDermid, Lukáš Zapletal, Luke Meyer,
82 Marian Csontos, Martin Bačovský, Michael Stead, Mike McCune, mscherer,
83 Paul Morgan, Sean P. Kane, Steve Ashcrow Milner
84
85
86
87tito 08/15/2021 TITORC(5)