-
Notifications
You must be signed in to change notification settings - Fork 96
/
bulk.yaml
53 lines (41 loc) · 1.08 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
minimum-bulk: v0.4.1
metadata:
name: vagga
short-description: A containerisation tool without daemons
long-description: |
A containerization tool specialized in setting up container depdedencies,
running development environments and being first-class CI citizen.
versions:
- file: Cargo.toml
block-start: ^\[package\]
block-end: ^\[.*\]
regex: ^version\s*=\s*"(\S+)"
- file: Cargo.lock
block-start: ^name\s*=\s*"vagga"
block-end: ^\[.*\]
regex: ^version\s*=\s*"(\S+)"
- file: docs/conf.py
regex: ^version\s*=\s*'(\S+)'
partial-version: ^\d+\.\d+
- file: docs/conf.py
regex: ^release\s*=\s*'(\S+)'
- file: docs/installation.rst
regex: vagga-([\d\.ga-f-]+)\.tar\.xz
repositories:
- kind: debian
suite: static
component: vagga
keep-releases: 1
match-version: ^\d+\.\d+\.\d+$
add-empty-i386-repo: true
- kind: debian
suite: static
component: vagga-stable
keep-releases: 1000
match-version: ^\d+\.\d+\.\d+$
add-empty-i386-repo: true
- kind: debian
suite: static
component: vagga-testing
keep-releases: 100
add-empty-i386-repo: true