Skip to content

Commit

Permalink
Cherry-pick #8836 to 6.5: Make sure that packages.yml use the same fi…
Browse files Browse the repository at this point in the history
…les definition (#9103)

Cherry-pick of PR #8836 to 6.5 branch. Original message: 

This PR make sure the definition style used by the packages.yml and the custom
function packages.yml match.
  • Loading branch information
ph committed Nov 15, 2018
1 parent f7638a5 commit b1c6ac8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ https://github.com/elastic/beats/compare/v6.5.0...6.5[Check the HEAD diff]
*Auditbeat*

*Filebeat*
- Make sure the Filebeat Elastic licensed packages uses the Elastic binary instead of the OSS. {pull}8836[8836]

*Heartbeat*

Expand Down
5 changes: 3 additions & 2 deletions dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,9 @@ specs:
spec:
<<: *windows_binary_spec
<<: *elastic_license_for_binaries
'{{.BeatName}}{{.BinaryExt}}':
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
files:
'{{.BeatName}}{{.BinaryExt}}':
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}

- os: darwin
types: [tgz]
Expand Down
5 changes: 3 additions & 2 deletions x-pack/functionbeat/dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ specs:
<<: *binary_spec
<<: *functionbeat_binaries
<<: *elastic_license_for_binaries
'{{.BeatName}}{{.BinaryExt}}':
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
files:
'{{.BeatName}}{{.BinaryExt}}':
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}

- os: darwin
types: [tgz]
Expand Down

0 comments on commit b1c6ac8

Please sign in to comment.