@@ -56,22 +56,22 @@ sboms:
56
56
documents :
57
57
- " ${artifact}.spdx.json"
58
58
59
- brews :
60
- - repository :
61
- owner : nginx
62
- name : homebrew-tap
63
- token : " {{ .Env.NGINX_GITHUB_TOKEN }}"
64
- directory : Formula
65
- homepage : https://github.com/nginx/nginx-prometheus-exporter
66
- description : NGINX Prometheus Exporter for NGINX and NGINX Plus
67
- license : Apache-2.0
68
- commit_author :
69
- name : nginx-bot
70
-
71
- extra_install : |-
72
- bash_completion.install "completions/nginx-prometheus-exporter.bash" => "nginx-prometheus-exporter"
73
- zsh_completion.install "completions/nginx-prometheus-exporter.zsh" => "_nginx-prometheus-exporter"
74
- man1.install "manpages/nginx-prometheus-exporter.1.gz"
59
+ # brews:
60
+ # - repository:
61
+ # owner: nginx
62
+ # name: homebrew-tap
63
+ # token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
64
+ # directory: Formula
65
+ # homepage: https://github.com/nginx/nginx-prometheus-exporter
66
+ # description: NGINX Prometheus Exporter for NGINX and NGINX Plus
67
+ # license: Apache-2.0
68
+ # commit_author:
69
+ # name: nginx-bot
70
+
71
+ # extra_install: |-
72
+ # bash_completion.install "completions/nginx-prometheus-exporter.bash" => "nginx-prometheus-exporter"
73
+ # zsh_completion.install "completions/nginx-prometheus-exporter.zsh" => "_nginx-prometheus-exporter"
74
+ # man1.install "manpages/nginx-prometheus-exporter.1.gz"
75
75
76
76
signs :
77
77
- cmd : cosign
@@ -107,50 +107,50 @@ snapcrafts:
107
107
completer : completions/nginx-prometheus-exporter.bash
108
108
disable : " {{ if .IsSnapshot }}true{{ end }}"
109
109
110
- nix :
111
- - name : nginx-prometheus-exporter
112
- repository :
113
- owner : nginx
114
- name : nur
115
- token : " {{ .Env.NGINX_GITHUB_TOKEN }}"
116
- homepage : https://github.com/nginx/nginx-prometheus-exporter
117
- description : NGINX Prometheus Exporter for NGINX and NGINX Plus
118
- license : asl20
119
- commit_author :
120
- name : nginx-bot
121
-
122
- extra_install : |-
123
- installManPage ./manpages/nginx-prometheus-exporter.1.gz
124
- installShellCompletion ./completions/*
110
+ # nix:
111
+ # - name: nginx-prometheus-exporter
112
+ # repository:
113
+ # owner: nginx
114
+ # name: nur
115
+ # token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
116
+ # homepage: https://github.com/nginx/nginx-prometheus-exporter
117
+ # description: NGINX Prometheus Exporter for NGINX and NGINX Plus
118
+ # license: asl20
119
+ # commit_author:
120
+ # name: nginx-bot
121
+
122
+ # extra_install: |-
123
+ # installManPage ./manpages/nginx-prometheus-exporter.1.gz
124
+ # installShellCompletion ./completions/*
125
125
126
- winget :
127
- - name : nginx-prometheus-exporter
128
- publisher : nginx
129
- license : Apache-2.0
130
- homepage : https://github.com/nginx/nginx-prometheus-exporter
131
- short_description : NGINX Prometheus Exporter for NGINX and NGINX Plus
132
- repository :
133
- owner : nginx
134
- name : winget-pkgs
135
- token : " {{ .Env.NGINX_GITHUB_TOKEN }}"
136
- branch : " nginx-prometheus-exporter-{{.Version}}"
137
- pull_request :
138
- enabled : true
139
- draft : true
140
- base :
141
- owner : microsoft
142
- name : winget-pkgs
143
- branch : master
126
+ # winget:
127
+ # - name: nginx-prometheus-exporter
128
+ # publisher: nginx
129
+ # license: Apache-2.0
130
+ # homepage: https://github.com/nginx/nginx-prometheus-exporter
131
+ # short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
132
+ # repository:
133
+ # owner: nginx
134
+ # name: winget-pkgs
135
+ # token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
136
+ # branch: "nginx-prometheus-exporter-{{.Version}}"
137
+ # pull_request:
138
+ # enabled: true
139
+ # draft: true
140
+ # base:
141
+ # owner: microsoft
142
+ # name: winget-pkgs
143
+ # branch: master
144
144
145
- scoops :
146
- - repository :
147
- owner : nginx
148
- name : scoop-bucket
149
- token : " {{ .Env.NGINX_GITHUB_TOKEN }}"
150
- directory : bucket
151
- homepage : https://github.com/nginx/nginx-prometheus-exporter
152
- description : NGINX Prometheus Exporter for NGINX and NGINX Plus
153
- license : Apache-2.0
154
- commit_author :
155
- name : nginx-bot
156
-
145
+ # scoops:
146
+ # - repository:
147
+ # owner: nginx
148
+ # name: scoop-bucket
149
+ # token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
150
+ # directory: bucket
151
+ # homepage: https://github.com/nginx/nginx-prometheus-exporter
152
+ # description: NGINX Prometheus Exporter for NGINX and NGINX Plus
153
+ # license: Apache-2.0
154
+ # commit_author:
155
+ # name: nginx-bot
156
+
0 commit comments