Skip to content

Commit

Permalink
Remove unused section (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored Jun 24, 2024
1 parent 92eeced commit 609b1c5
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,61 +80,6 @@ shared:
content: >
{{ manifest }}
# MacOS pkg spec for community beats.
- &macos_agent_pkg_spec
<<: *common
extra_vars:
# OS X 10.11 El Capitan is the oldest supported by Go 1.14.
# https://golang.org/doc/go1.14#ports
min_supported_osx_version: 10.11
identifier: 'co.{{.BeatVendor | tolower}}.beats.{{.BeatName}}'
install_path: /Library/Application Support
pre_install_script: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/darwin/scripts/preinstall.tmpl'
post_install_script: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/darwin/scripts/postinstall.elastic-agent.tmpl'
files:
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/bin/{{.BeatName}}{{.BinaryExt}}:
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
mode: 0755
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/LICENSE.txt:
source: '{{ repo.RootDir }}/LICENSE.txt'
mode: 0644
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/NOTICE.txt:
source: '{{ repo.RootDir }}/NOTICE.txt'
mode: 0644
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/README.md:
template: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/common/README.md.tmpl'
mode: 0644
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/.build_hash.txt:
content: >
{{ commit }}
mode: 0644
/Library/Application Support/{{.BeatVendor}}/{{.BeatName}}/{{.identifier}}.plist:
template: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/darwin/launchd-daemon.plist.tmpl'
mode: 0644
/etc/{{.BeatName}}/elastic-agent.reference.yml:
source: 'elastic-agent.reference.yml'
mode: 0644
/etc/{{.BeatName}}/elastic-agent.yml:
source: 'elastic-agent.yml'
mode: 0600
config: true
/etc/{{.BeatName}}/otel.yml:
source: 'otel.yml'
mode: 0600
config: true
/etc/{{.BeatName}}/.elastic-agent.active.commit:
content: >
{{ commit }}
mode: 0644
/etc/{{.BeatName}}/data/{{.BeatName}}-{{ commit_short }}/{{.BeatName}}{{.BinaryExt}}:
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
mode: 0755
/etc/{{.BeatName}}/data/{{.BeatName}}-{{ commit_short }}/components:
source: '{{.AgentDropPath}}/{{.GOOS}}-{{.AgentArchName}}.tar.gz/'
mode: 0755
config_mode: 0644
skip_on_missing: true

- &linux_otel_files
'otelcol':
source: '{{ repo.RootDir }}/dev-tools/packaging/files/linux/otelcol.sh'
Expand Down

0 comments on commit 609b1c5

Please sign in to comment.