-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
30 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,67 +29,46 @@ builds: | |
pre: build/windows/set_exe_properties.sh {{ .Env.TAG }} "kafka" | ||
|
||
nfpms: | ||
- id: nri-deb | ||
builds: | ||
- nri-nix | ||
- id: linux | ||
file_name_template: "{{ .ProjectName }}_{{ .Version }}-1_{{ .Arch }}" | ||
vendor: "New Relic, Inc." | ||
homepage: "https://www.newrelic.com/infrastructure" | ||
maintainer: "New Relic Infrastructure Team <[email protected]>" | ||
description: "New Relic Infrastructure kafka Integration extend the core New Relic\nInfrastructure agent's capabilities to allow you to collect metric and\nlive state data from kafka components." | ||
license: "https://newrelic.com/terms (also see LICENSE installed with this package)" | ||
# Formats to be generated. | ||
formats: | ||
- deb | ||
bindir: "/var/db/newrelic-infra/newrelic-integrations/bin" | ||
contents: | ||
- src: kafka-config.yml.sample | ||
dst: /etc/newrelic-infra/integrations.d/kafka-config.yml.sample | ||
- src: CHANGELOG.md | ||
dst: /usr/share/doc/nri-kafka/CHANGELOG.md | ||
- src: README.md | ||
dst: /usr/share/doc/nri-kafka/README.md | ||
- src: LICENSE | ||
dst: /usr/share/doc/nri-kafka/LICENSE | ||
- src: kafka-definition.yml | ||
dst: /var/db/newrelic-infra/newrelic-integrations/kafka-definition.yml | ||
type: config | ||
|
||
builds: | ||
- nri-nix | ||
|
||
dependencies: | ||
- "newrelic-infra" | ||
- "nrjmx" | ||
|
||
- id: nri-rpm | ||
builds: | ||
- nri-nix | ||
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}" | ||
vendor: "New Relic, Inc." | ||
homepage: "https://www.newrelic.com/infrastructure" | ||
maintainer: "New Relic Infrastructure Team <[email protected]>" | ||
description: "New Relic Infrastructure kafka Integration extend the core New Relic\nInfrastructure agent's capabilities to allow you to collect metric and\nlive state data from kafka components." | ||
license: "https://newrelic.com/terms (also see LICENSE installed with this package)" | ||
# Formats to be generated. | ||
formats: | ||
- rpm | ||
bindir: "/var/db/newrelic-infra/newrelic-integrations/bin" | ||
|
||
contents: | ||
- src: kafka-config.yml.sample | ||
dst: /etc/newrelic-infra/integrations.d/kafka-config.yml.sample | ||
- src: CHANGELOG.md | ||
dst: /usr/share/doc/nri-kafka/CHANGELOG.md | ||
- src: README.md | ||
dst: /usr/share/doc/nri-kafka/README.md | ||
- src: LICENSE | ||
dst: /usr/share/doc/nri-kafka/LICENSE | ||
- src: kafka-definition.yml | ||
dst: /var/db/newrelic-infra/newrelic-integrations/kafka-definition.yml | ||
- src: "kafka-config.yml.sample" | ||
dst: "/etc/newrelic-infra/integrations.d/kafka-config.yml.sample" | ||
- src: "CHANGELOG.md" | ||
dst: "/usr/share/doc/nri-kafka/CHANGELOG.md" | ||
- src: "README.md" | ||
dst: "/usr/share/doc/nri-kafka/README.md" | ||
- src: "LICENSE" | ||
dst: "/usr/share/doc/nri-kafka/LICENSE" | ||
- src: "kafka-definition.yml" | ||
dst: "/var/db/newrelic-infra/newrelic-integrations/kafka-definition.yml" | ||
type: config | ||
dependencies: | ||
- "newrelic-infra" | ||
- "nrjmx" | ||
|
||
overrides: | ||
rpm: | ||
file_name_template: "{{ .ProjectName }}-{{ .Version }}-1.{{ .Arch }}" | ||
replacements: | ||
amd64: 1.x86_64 | ||
amd64: x86_64 | ||
|
||
# Formats to be generated. | ||
formats: | ||
- deb | ||
- rpm | ||
|
||
archives: | ||
- id: nri-nix | ||
|
@@ -112,4 +91,4 @@ archives: | |
|
||
# we use custom publisher for fixing archives and signing them | ||
release: | ||
disable: true | ||
disable: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters