-
Notifications
You must be signed in to change notification settings - Fork 1
/
boris.toml
91 lines (72 loc) · 1.85 KB
/
boris.toml
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
[boris]
version = 1
[build.dist-8-0-build]
command = [
["master", "build", "dist-8-0", "-C", "boris-build"]
]
[build.dist-8-0-client]
command = [
["master", "build", "dist-8-0", "-C", "boris-client"]
]
[build.dist-8-0-core]
command = [
["master", "build", "dist-8-0", "-C", "boris-core"]
]
[build.dist-8-0-git]
command = [
["master", "build", "dist-8-0", "-C", "boris-git"]
]
[build.dist-8-0-http]
command = [
["master", "build", "dist-8-0", "-C", "boris-http"]
]
[build.dist-8-0-queue]
command = [
["master", "build", "dist-8-0", "-C", "boris-queue"]
]
[build.dist-8-0-service]
command = [
["master", "build", "dist-8-0", "-C", "boris-service"]
]
[build.dist-8-0-store]
command = [
["master", "build", "dist-8-0", "-C", "boris-store"]
]
[build.branches-8-0-build]
command = [
["master", "build", "branches-8-0", "-C", "boris-build"]
]
[build.branches-8-0-client]
command = [
["master", "build", "branches-8-0", "-C", "boris-client"]
]
[build.branches-8-0-core]
command = [
["master", "build", "branches-8-0", "-C", "boris-core"]
]
[build.branches-8-0-git]
command = [
["master", "build", "branches-8-0", "-C", "boris-git"]
]
[build.branches-8-0-http]
command = [
["master", "build", "branches-8-0", "-C", "boris-http"]
]
[build.branches-8-0-queue]
command = [
["master", "build", "branches-8-0", "-C", "boris-queue"]
]
[build.branches-8-0-service]
command = [
["master", "build", "branches-8-0", "-C", "boris-service"]
]
[build.branches-8-0-store]
command = [
["master", "build", "branches-8-0", "-C", "boris-store"]
]
[build.dist-validate]
command = [["validate-respect"]]
[build.all-submodules]
command = [["dangling-refs"]]
[build.all-rebased]
command = [["rebased"]]