rpm_verify: verify all packages even with NO_SIGN
Do not stop verifyng on first not signed package.
This commit is contained in:
parent
f358ed6307
commit
b1d5b87e33
@ -24,7 +24,7 @@ if ! rpm --checksig $RPM | grep pgp > /dev/null ; then
|
||||
# When signing is disabed in qubes-builder
|
||||
# This is used to build unsigned ISO
|
||||
# This should only be used for testing builds
|
||||
exit 0
|
||||
return 0
|
||||
fi
|
||||
|
||||
exit 2
|
||||
|
Loading…
Reference in New Issue
Block a user