-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathboris-git.toml
62 lines (42 loc) · 1.08 KB
/
boris-git.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
[boris]
version = 1
[build.dist-7-10-core]
git = "refs/heads/master"
[build.dist-7-10-tsrp]
git = "refs/heads/master"
[build.dist-7-10-tarp]
git = "refs/heads/master"
[build.dist-7-10-http-client]
git = "refs/heads/master"
[build.dist-7-10-raw]
git = "refs/heads/master"
[build.dist-7-10-cli]
git = "refs/heads/master"
[build.dist-7-10-export]
git = "refs/heads/master"
[build.dist-cabal-test]
git = "refs/heads/master"
[build.branches-7-10-core]
git = "refs/heads/topic/*"
[build.branches-7-10-tsrp]
git = "refs/heads/topic/*"
[build.branches-7-10-tarp]
git = "refs/heads/topic/*"
[build.branches-7-10-http-client]
git = "refs/heads/topic/*"
[build.branches-7-10-raw]
git = "refs/heads/topic/*"
[build.branches-7-10-cli]
git = "refs/heads/topic/*"
[build.branches-7-10-export]
git = "refs/heads/topic/*"
[build.branches-cabal-test]
git = "refs/heads/topic/*"
[build.validate]
git = "refs/heads/topic/*"
[build.submodules]
git = "refs/heads/master"
[build.submodules-branches]
git = "refs/heads/topic/*"
[build.rebased]
git = "refs/heads/master"