You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "OPAAL is a OIDC proxy bridge for creating tokens from trusted external OIDC providers for OpenCHAMI. Read more at https://www.openchami.org"
116
+
homepage: "https://www.openchami.org"
117
+
license: MIT
118
+
section: utils
119
+
priority: optional
120
+
contents:
121
+
- src: dist/bss_{{ .Os }}_{{ if eq .Arch "amd64" }}{{ .Arch }}_{{ .Amd64 }}{{ else if eq .Arch "arm64" }}{{ .Arch }}_{{ .Arm64 }}{{ else }}{{ .Arch }}{{ end }}/boot-script-service
122
+
dst: /usr/local/bin/bss
123
+
- src: dist/bss-init_{{ .Os }}_{{ if eq .Arch "amd64" }}{{ .Arch }}_{{ .Amd64 }}{{ else if eq .Arch "arm64" }}{{ .Arch }}_{{ .Arm64 }}{{ else }}{{ .Arch }}{{ end }}/bss-init
124
+
dst: /usr/local/bin/bss-init
125
+
42
126
checksum:
43
127
name_template: 'checksums.txt'
44
128
snapshot:
45
-
name_template: "{{ incpatch .Version }}-next"
129
+
version_template: "{{ incpatch .Version }}-next"
46
130
changelog:
47
131
sort: asc
48
132
filters:
49
133
exclude:
50
134
- '^docs:'
51
135
- '^test:'
52
-
# release:
53
-
# github:
54
-
# name_template: "{{.Version}}"
55
-
# prerelease: auto
56
-
# mode: append
136
+
137
+
138
+
# The lines beneath this are called `modelines`. See `:help modeline`
139
+
# Feel free to remove those if you don't want/use them.
0 commit comments