mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: Fix RPM verification (#20460)
This commit is contained in:
parent
836cf8e639
commit
4b8249341c
@ -13,7 +13,7 @@ curl -s https://packages.grafana.com/gpg.key > ~/.rpmdb/pubkeys/grafana.key
|
||||
ALL_SIGNED=0
|
||||
|
||||
for file in $_files; do
|
||||
if rpm -K "$file" | grep "pgp.*OK" -q ; then
|
||||
if rpm -K "$file" | grep "digests signatures OK" -q ; then
|
||||
echo "$file" OK
|
||||
else
|
||||
ALL_SIGNED=1
|
||||
|
Loading…
Reference in New Issue
Block a user