Skip to content

Commit

Permalink
build: add a description to generated DEB/RPM packages
Browse files Browse the repository at this point in the history
Closes #636
  • Loading branch information
rfratto committed Apr 22, 2024
1 parent ef9ee63 commit 50384c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Main (unreleased)
`alloy_clustering` instead of `clustering`) to avoid collision with installs
of `agent-flow-mixin`. (@rfratto)

- Add a description to Alloy DEB and RPM packages. (@rfratto)

v1.0.0 (2024-04-09)
-------------------

Expand Down
1 change: 1 addition & 0 deletions tools/make/packaging.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ define generate_alloy_fpm =
--license "Apache 2.0" \
--vendor "Grafana Labs" \
--url "https://github.com/grafana/alloy" \
--description "Grafana Alloy is an OpenTelemetry Collector distribution with programmable pipelines." \
--rpm-digest sha256 \
-t $(1) \
--after-install packaging/$(1)/control/postinst \
Expand Down

0 comments on commit 50384c1

Please sign in to comment.