mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
31547597d3
commit
ba46cf40e4
@ -5,13 +5,12 @@ _files=$*
|
|||||||
ALL_SIGNED=0
|
ALL_SIGNED=0
|
||||||
|
|
||||||
for file in $_files; do
|
for file in $_files; do
|
||||||
if rpm -K "$file" | grep "pgp.*OK" -q; then
|
if rpm -K "$file" | grep "pgp.*OK" -q ; then
|
||||||
|
echo "$file" OK
|
||||||
|
else
|
||||||
ALL_SIGNED=1
|
ALL_SIGNED=1
|
||||||
echo "$file" NOT SIGNED
|
echo "$file" NOT SIGNED
|
||||||
else
|
|
||||||
echo "$file" OK
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
exit $ALL_SIGNED
|
exit $ALL_SIGNED
|
||||||
|
Loading…
Reference in New Issue
Block a user