-
Notifications
You must be signed in to change notification settings - Fork 6
/
update_versions.conf
36 lines (33 loc) · 1.19 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
#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
# This sourcefile does not exist as a static file in the repo.
# It is created at build time.
sourcefile: .docker_version
tag: 0.0.0-docker
targetfile: charts/cray-product-catalog/Chart.yaml
targetfile: charts/cray-product-catalog/values.yaml
# This sourcefile does not exist as a static file in the repo.
# It is created at build time.
sourcefile: .chart_version
tag: 0.0.0-chart
targetfile: charts/cray-product-catalog/Chart.yaml
# The following file does not exist in the repo as a static file
# It is generated at build time
sourcefile-novalidate: .stable
tag: S-T-A-B-L-E
targetfile: charts/cray-product-catalog/Chart.yaml
targetfile: charts/cray-product-catalog/values.yaml