Subversion Repositories vgwhois

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
 
2
# Default: i (interactive)
3
mode="i"
4
 
5
# Default: 3 days
6
# Attention: This value should not be exactly in 24h intervals if you use a 24h-cronjob! Always subtract a few minutes.
7
# (Otherwise, qa-audit calls will invoke a full check when the user does not want it)
8
# TODO: in the qa-audit, opt out the check via "--never-check", so that CALL_GWI=0 in testcases/single.sh
9
recheck_time=259000
10
 
11
# Default: 0
12
force=0
13
 
14
# This option cannot be set in the CLI options
15
trytor=1
16