-
Notifications
You must be signed in to change notification settings - Fork 7
/
bulk.yaml
126 lines (100 loc) · 2.47 KB
/
bulk.yaml
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
minimum-bulk: v0.4.6
metadata:
name: cantal
short-description: Cantal is an monitoring and statistics solution.
long-description: |
Cantal is an expermimental heartbeating, monitoring and statistics solution
Main design goals:
* Nearly zero-cost for application to send data
* Fine grained statistics and current state info
* Decentralized and highly available
depends: libssl1.0.0
repositories:
# trusty
- kind: debian
suite: trusty
component: cantal
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+trusty1$
- kind: debian
suite: trusty
component: cantal-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+trusty1$
- kind: debian
suite: trusty
component: cantal-testing
keep-releases: 100
match-version: \+trusty1$
# xenial
- kind: debian
suite: xenial
component: cantal
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+xenial1$
- kind: debian
suite: xenial
component: cantal-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+xenial1$
- kind: debian
suite: xenial
component: cantal-testing
keep-releases: 100
match-version: \+xenial1$
# bionic
- kind: debian
suite: bionic
component: cantal
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+bionic1$
- kind: debian
suite: bionic
component: cantal-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+bionic1$
- kind: debian
suite: bionic
component: cantal-testing
keep-releases: 100
match-version: \+bionic1$
versions:
- files:
- Cargo.toml
- cantal_history/Cargo.toml
- cantal_values/Cargo.toml
- cantal_query/Cargo.toml
block-start: ^\[package\]
block-end: ^\[.*\]
regex: ^version\s*=\s*"(\S+)"
- file: web/webpack.config.js
regex: VERSION:\s*JSON\.stringify\("([^"]+)"\)
- file: docs/conf.py
regex: ^version\s*=\s*'(\S+)'
partial-version: ^\d+\.\d+
- file: docs/conf.py
regex: ^release\s*=\s*'(\S+)'
# need to update lock files, because cargo fails
- files:
- Cargo.lock
block-start: ^name\s*=\s*"cantal"
regex: ^version\s*=\s*"(\S+)"
block-end: ^\[.*\]
- files:
- Cargo.lock
block-start: ^name\s*=\s*"cantal_values"
regex: ^version\s*=\s*"(\S+)"
block-end: ^\[.*\]
- files:
- Cargo.lock
block-start: ^name\s*=\s*"cantal_history"
regex: ^version\s*=\s*"(\S+)"
block-end: ^\[.*\]
- files:
- Cargo.lock
block-start: ^name\s*=\s*"cantal_query"
regex: ^version\s*=\s*"(\S+)"
block-end: ^\[.*\]
- files:
- Cargo.lock
regex: ^\s+"cantal_(?:history|query|values)\s+(\S+)"