Skip to content

Commit

Permalink
Dont need these arguments (#4801)
Browse files Browse the repository at this point in the history
(cherry picked from commit df0d25b)
  • Loading branch information
mattdurham authored Aug 14, 2023
1 parent 5cc9909 commit 08dbb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/grafana-agent-flow/rpm/gpg-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ echo "%_gpg_name Grafana Labs <engineering@grafana.com>
" > ~/.rpmmacros

for f in dist/*.rpm; do
rpm --addsign --fips --rpm-digest sha256 "${f}"
rpm --addsign "${f}"
rpm --checksig "${f}"
done
2 changes: 1 addition & 1 deletion packaging/grafana-agent/rpm/gpg-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ echo "%_gpg_name Grafana Labs <engineering@grafana.com>
" > ~/.rpmmacros

for f in dist/*.rpm; do
rpm --addsign --fips --rpm-digest sha256 "${f}"
rpm --addsign "${f}"
rpm --checksig "${f}"
done

0 comments on commit 08dbb42

Please sign in to comment.