-
Notifications
You must be signed in to change notification settings - Fork 3
/
update_versions.conf
48 lines (41 loc) · 1.36 KB
/
update_versions.conf
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
#tag: version tag string to be replaced (optional -- if unspecified @VERSION@ is assumed)
#sourcefile: file to read actual version from (optional -- if unspecified, .version is assumed)
#targetfile: file in which to have version tags replaced
#
#Multiples of these lines are allowed. A given line is in effect until another line overrides it.
#Example:
#tag: @TAG1@
#sourcefile: path/to/version1.txt
#targetfile: my/file.py
#targetfile: other/file.yaml
#
#tag: @TAG2@
#targetfile: a/b/c.txt
#
#sourcefile: v2.txt
#targetfile: 1/2/3.txt
sourcefile: .version
tag: 0.0.0-imsserv
targetfile: api/openapi.yaml
tag: 0.0.0-imsserv-chart
sourcefile: .chart_version
targetfile: kubernetes/cray-ims/Chart.yaml
tag: 0.0.0-imsserv-docker
sourcefile: .docker_version
targetfile: kubernetes/cray-ims/Chart.yaml
sourcefile-novalidate: .stable
tag: S-T-A-B-L-E
targetfile: kubernetes/cray-ims/Chart.yaml
targetfile: kubernetes/cray-ims/values.yaml
sourcefile: cray-ims-utils.version
tag: 0.0.0-imsutils
targetfile: kubernetes/cray-ims/Chart.yaml
targetfile: kubernetes/cray-ims/values.yaml
sourcefile: cray-ims-kiwi-ng-opensuse-x86_64-builder.version
tag: 0.0.0-imskiwi
targetfile: kubernetes/cray-ims/Chart.yaml
targetfile: kubernetes/cray-ims/values.yaml
sourcefile: cray-ims-sshd.version
tag: 0.0.0-imssshd
targetfile: kubernetes/cray-ims/Chart.yaml
targetfile: kubernetes/cray-ims/values.yaml