Skip to content

Commit

Permalink
Dont need these arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Aug 14, 2023
1 parent 8816f49 commit df0d25b
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 <[email protected]>
" > ~/.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 <[email protected]>
" > ~/.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 df0d25b

Please sign in to comment.