-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbulk.yaml
87 lines (70 loc) · 1.64 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
minimum-bulk: v0.4.5
metadata:
name: ciruela
short-description: A P2P file synchronis
long-description: |
A full-featured HTTP server with support of smart websocket proxying.
repositories:
# trusty
- kind: debian
suite: trusty
component: ciruela
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+trusty1$
- kind: debian
suite: trusty
component: ciruela-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+trusty1$
- kind: debian
suite: trusty
component: ciruela-testing
keep-releases: 100
match-version: \+trusty1$
# xenial
- kind: debian
suite: xenial
component: ciruela
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+xenial1$
- kind: debian
suite: xenial
component: ciruela-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+xenial1$
- kind: debian
suite: xenial
component: ciruela-testing
keep-releases: 100
match-version: \+xenial1$
# bionic
- kind: debian
suite: bionic
component: ciruela
keep-releases: 1
match-version: ^\d+\.\d+\.\d+\+bionic1$
- kind: debian
suite: bionic
component: ciruela-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+\+bionic1$
- kind: debian
suite: bionic
component: ciruela-testing
keep-releases: 100
match-version: \+bionic1$
versions:
- file: Cargo.toml
block-start: ^\[package\]
block-end: ^\[.*\]
regex: ^version\s*=\s*"(\S+)"
- file: doc/conf.py
regex: ^version\s*=\s*'(\S+)'
partial-version: ^\d+\.\d+
- file: doc/conf.py
regex: ^release\s*=\s*'(\S+)'
# for more automation we also update the lockfile
- file: Cargo.lock
block-start: ^name\s*=\s*"ciruela"
regex: ^version\s*=\s*"(\S+)"
block-end: ^\[.*\]