aboutsummaryrefslogtreecommitdiff
path: root/tatt.5
blob: c40d34cf48442bf49c9143e0ce2ae992eb5a219a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.TH TATT 5
.SH NAME
.TP
tatt configuration file ~/.tatt
.SH SYNOPSIS
.B tatt
~/.tatt
.SH DESCRIPTION
The specification of the configuration file can be found in dot-tatt-spec
which usually resides \fI /usr/lib/${python}/site-packages/tatt \fI

.SH EXAMPLE ~/.tatt
.br
# Message for the success script @@ARCH@@ will be replaced by arch
.br
#successmessage='Archtested on @@ARCH@@: Everything fine'

.br
# ignoreprefix contains a list of use flag prefixes to be ignored
.br
#ignoreprefix="elibc_","video_cards_","linguas_","kdeenablefinal","test","debug"

.br
# The arch you are working on (be careful, only tested with x86)
.br
#arch=x86

.br
# Directory where your script templates are (normally you don't need to change this)
.br
#template-dir="/usr/share/tatt/templates/"

.br
# Where do you want tatt to put unmasked packages. Writes one file per
# job in this directory.
.br
#unmaskdir="/etc/portage/package.accept_keywords"

.br
# You can customize the maximal number of rdeps to be tested as follows:
.br
#rdeps=3

.br
# You can customize the maximal number USE combis to be tested as follows:
.br
# Note that All USE-flags on and all USE-flags off will always be tested.
.br
#usecombis=3

.br
# Location of a checked out CVS Gentoo tree for repoman checks and 
# commit scripts.
.br
#repodir="./gentoo-x86"

.br
# Url where the pre-generated rindex is to be found
.br
#tinderbox-url="\fIhttps://qa-reports.gentoo.org/output/genrdeps/rindex/\fP"

.br
# If this is set, then tatt will refuse to run in a directory that
.br
# does not match this string.
.br
# Use it as a safety measure against creating tatt-scripts in random
.br
# places of you filesystem.
.br
#safedir=string(default="")

.br
# All emerge runs in the generated scripts are automatically passed
.br
# the -1 option.  Here you can specify additional options.
.br
#emergeopts="-v"

.br
# Bugzilla API key, generated at \fIhttps://bugs.gentoo.org/userprefs.cgi?tab=apikey\fP
.br
# Used to modify keywording annd stabilization bugs.
.br
#bugzilla-key=""

.SH FILES
~/.tatt
.br
/usr/lib/${python}/site-packages/tatt
.br
/usr/share/tatt/templates/

.SH SEE ALSO
tatt(1)
.br
https://github.com/gentoo/tatt

.SH COPYRIGHT 
This software is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.

.SH AUTHOR
tatt is written and maintained by Thomas Kahle <tomka@gentoo.org>