Skip to content

Commit

Permalink
I think we changed the name of the signer based on the log file (#4437)…
Browse files Browse the repository at this point in the history
… (#4438)

(cherry picked from commit 4852341)
  • Loading branch information
mattdurham authored Jul 13, 2023
1 parent 0c15da6 commit 17fb8b1
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 @@ -13,7 +13,7 @@ printf "%s" "${GPG_PRIVATE_KEY}" | gpg --import --no-tty --batch --yes --passphr

rpm --import /tmp/gpg-public-key

echo "%_gpg_name Grafana <info@grafana.com>
echo "%_gpg_name Grafana Labs <engineering@grafana.com>
%_signature gpg
%_gpg_path /root/.gnupg
%_gpgbin /usr/bin/gpg
Expand Down
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 @@ -13,7 +13,7 @@ printf "%s" "${GPG_PRIVATE_KEY}" | gpg --import --no-tty --batch --yes --passphr

rpm --import /tmp/gpg-public-key

echo "%_gpg_name Grafana <info@grafana.com>
echo "%_gpg_name Grafana Labs <engineering@grafana.com>
%_signature gpg
%_gpg_path /root/.gnupg
%_gpgbin /usr/bin/gpg
Expand Down

0 comments on commit 17fb8b1

Please sign in to comment.