-
Notifications
You must be signed in to change notification settings - Fork 5
/
boris.toml
101 lines (92 loc) · 4.15 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
92
93
94
95
96
97
98
99
100
101
[boris]
version = 1
[build.dist-8-0-kernel]
command = [["master", "build", "dist-8-0", "-C", "mismi-kernel"]]
[build.dist-8-0-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-core"]]
[build.dist-8-0-autoscaling-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-autoscaling-core"]]
[build.dist-8-0-autoscaling]
command = [["master", "build", "dist-8-0", "-C", "mismi-autoscaling"]]
[build.dist-8-0-cloudwatch]
command = [["master", "build", "dist-8-0", "-C", "mismi-cloudwatch"]]
[build.dist-8-0-cloudwatch-logs]
command = [["master", "build", "dist-8-0", "-C", "mismi-cloudwatch-logs"]]
[build.dist-8-0-ec2-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-ec2-core"]]
[build.dist-8-0-ec2]
command = [["master", "build", "dist-8-0", "-C", "mismi-ec2"]]
[build.dist-8-0-elb]
command = [["master", "build", "dist-8-0", "-C", "mismi-elb"]]
[build.dist-8-0-emr]
command = [["master", "build", "dist-8-0", "-C", "mismi-emr"]]
[build.dist-8-0-iam]
command = [["master", "build", "dist-8-0", "-C", "mismi-iam"]]
[build.dist-8-0-iam-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-iam-core"]]
[build.dist-8-0-rds-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-rds-core"]]
[build.dist-8-0-rds]
command = [["master", "build", "dist-8-0", "-C", "mismi-rds"]]
[build.dist-8-0-s3-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-s3-core"]]
[build.dist-8-0-s3]
command = [["master", "build", "dist-8-0", "-C", "mismi-s3"]]
[build.dist-8-0-sqs-core]
command = [["master", "build", "dist-8-0", "-C", "mismi-sqs-core"]]
[build.dist-8-0-sqs]
command = [["master", "build", "dist-8-0", "-C", "mismi-sqs"]]
[build.dist-8-0-sts]
command = [["master", "build", "dist-8-0", "-C", "mismi-sts"]]
[build.dist-8-0-cli]
command = [["master", "build", "dist-8-0", "-C", "mismi-cli"]]
[build.dist-8-0-openssl]
command = [["master", "build", "dist-8-0", "-C", "mismi-openssl"]]
[build.branches-8-0-kernel]
command = [["master", "build", "branches-8-0", "-C", "mismi-kernel"]]
[build.branches-8-0-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-core"]]
[build.branches-8-0-autoscaling-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-autoscaling-core"]]
[build.branches-8-0-autoscaling]
command = [["master", "build", "branches-8-0", "-C", "mismi-autoscaling"]]
[build.branches-8-0-cloudwatch]
command = [["master", "build", "branches-8-0", "-C", "mismi-cloudwatch"]]
[build.branches-8-0-cloudwatch-logs]
command = [["master", "build", "branches-8-0", "-C", "mismi-cloudwatch-logs"]]
[build.branches-8-0-ec2-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-ec2-core"]]
[build.branches-8-0-ec2]
command = [["master", "build", "branches-8-0", "-C", "mismi-ec2"]]
[build.branches-8-0-elb]
command = [["master", "build", "branches-8-0", "-C", "mismi-elb"]]
[build.branches-8-0-emr]
command = [["master", "build", "branches-8-0", "-C", "mismi-emr"]]
[build.branches-8-0-iam]
command = [["master", "build", "branches-8-0", "-C", "mismi-iam"]]
[build.branches-8-0-iam-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-iam-core"]]
[build.branches-8-0-rds-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-rds-core"]]
[build.branches-8-0-rds]
command = [["master", "build", "branches-8-0", "-C", "mismi-rds"]]
[build.branches-8-0-s3-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-s3-core"]]
[build.branches-8-0-s3]
command = [["master", "build", "branches-8-0", "-C", "mismi-s3"]]
[build.branches-8-0-sqs-core]
command = [["master", "build", "branches-8-0", "-C", "mismi-sqs-core"]]
[build.branches-8-0-sqs]
command = [["master", "build", "branches-8-0", "-C", "mismi-sqs"]]
[build.branches-8-0-sts]
command = [["master", "build", "branches-8-0", "-C", "mismi-sts"]]
[build.branches-8-0-cli]
command = [["master", "build", "branches-8-0", "-C", "mismi-cli"]]
[build.branches-8-0-openssl]
command = [["master", "build", "branches-8-0", "-C", "mismi-openssl"]]
[build.dist-validate]
command = [["validate-respect"]]
[build.all-submodules]
command = [["dangling-refs"]]
[build.all-rebased]
command = [["rebased"]]