-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtctconfig.cfg
109 lines (77 loc) · 3.52 KB
/
tctconfig.cfg
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
104
105
106
107
108
; tct always looks for a section 'general'
[general]
; This setting 'active_section' is handed over to toolchains.
; Builtin default: 'default'
active_section = default
; the root folder of the tempfile space
; Builtin default: '/tmp/TCT'
temp_home = tmp-GENERATED-temp
; The root folder of toolchains. Each subfolder is considered to be a
; toolchain. Builtin default '/tmp/Toolchains'
toolchains_home = /home/marble/Repositories/mbnas/mbgit/Toolchains
; By default toolchains (should) look for section 'Default'
; If 'active_section' is given the toolchain use that section instead
[default]
makedir = Makedir
rebuild_needed = 1
activateLocalSphinxDebugging = 1
; On a given server TCT can only run ONE instance of a toolchain at a
; time. The existance of a file with this name in the temp area
; indicates a running job.
lockfile_name = lockfile.json
; In future there will be no lockfile any more
ignore_lockfile = 1
; The path on the server that corresponds to the URL '/'. This is the
; actual 'publishing' dir that is served by the webserver.
webroot_abspath = /DEPRECATED/home/marble/htdocs/docs-typo3-org
; ((to be written))
url_of_webroot = https://DEPRECATED.docs-typo3-org.local
; The path of the builddir that corresponds to the root URL '/'
webroot_part_of_builddir = /DEPRECATED/home/mbless/public_html
; ((to be explained))
buildsettings_builddir_root = /DEPRECATED/home/marble/Repositories/mbnas/mbgit/tct/BUILDDIR_NOT_VERSIONED
; ((to be explained))
conf_py_masterfile = Makedir/conf.py
; The initial part of the URL path to the drafts
drafts_builddir_relpath = DEPRECATED/typo3cms/drafts
; The initial part of the URL path to the extensions
extensions_builddir_relpath = DEPRECATED/typo3cms/extensions
; A temp area where temporary downloads of extensions should be stored
extensions_rootfolder = /DEPRECATED/tmp/T3EXTENSIONS
; A temp area where temporary clones of projects should be stored
repositories_rootfolder = /DEPRECATED/tmp/T3REPOS
; The admin email address(es)
email_admin = [email protected]
; Optional BCC receiver(s) of mails to the user
email_user_bcc = [email protected]
; Optional CC receiver(s) of mails to the user
email_user_cc = [email protected]
; TC RenderDocumentation will try to figure out the user email and send
; a mail by default. This can be turned of here.
; Values: 0 | 1
; Builtin default: ((to be written))
email_user_do_not_send = 1
; A list of users that should never be automatically selected as
; receiver
email_user_receivers_exlude_list =
; If 1, a mail to the user is sent in an extra pass to the admin too,
; no matter whether the mail to the user has actually been sent or not.
; receiver
email_user_send_to_admin_too = 0
; The email of the user. I this is not given the TC tries to find email
; addresses in the project.
email_user_to = [email protected]
; ((to be written))
htaccess_template_show_latest = /DEPRECATED/home/marble/Repositories/github.com/TYPO3-Documentation/marble/typo3-docs-typo3-org-resources/userroot/scripts/config/_htaccess
; ((to be written))
latex_contrib_typo3_folder = /DEPRECATED/home/marble/Repositories/github.com/TYPO3-Documentation/latex.typo3
; The IP or the domain of the smtp host. If set to the empty string all
; email handling is done as configured except that in the end no email
; is actually sent. Buildin default: '((to be filled in))'
; smtp_host = localhost
; do not actually send emails
smtp_host = DEPRECATED