-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.model.pts
executable file
·68 lines (63 loc) · 1 KB
/
config.model.pts
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
priorities = {
[0] = "Priority 0",
[1] = "Priority 1",
[2] = "Priority 2",
[3] = "Priority 3",
[4] = "Priority 4",
[5] = "Priority 5",
[6] = "Priority 6",
[7] = "Priority 7",
[8] = "Priority 8",
},
colors =
{
attention = "yellow",
critical = "red",
normal = "white",
},
export = {
csv = {
header = "# id, desc, effort, severty",
format = "\"%s\", \"%-80s\", %s, \"%s\"",
args = {"id", "desc", "effort", "severity"}
},
ra = {
header = "# id, desc",
format = "[\"%5s\"], \"%-100s\"",
args = {"id", "desc"}
},
},
holidays = {
--2010
"2010-09-06",
"2010-09-07",
"2010-10-11",
"2010-10-12",
"2010-11-01",
"2010-11-02",
"2010-11-15",
"2010-12-24",
"2010-12-25",
"2010-12-30",
--2011
"2011-01-01",
"2011-03-07",
"2011-03-08",
"2011-04-21",
"2011-04-22",
"2011-10-12",
--2012
"2012-02-20",
"2012-02-21",
"2012-04-31",
"2012-05-01",
"2012-06-07",
"2012-06-08",
"2012-11-15",
"2012-11-16",
"2012-12-24",
"2012-12-25",
"2012-12-31",
--2013
"2013-01-01",
}