
5 Feb
2021
5 Feb
'21
6:53 p.m.
elif (( SKIPPGPCHECK )); then - warning "$(gettext "Skipping verification of source file PGP signatures.")" + # warning "$(gettext "Skipping verification of source file PGP signatures.")"
i feel that the error cannot be commented. perhaps we need to verify the parameter.
We add "--skippgpcheck" in tests/build-pkg. So i comment it. 96 pkg_args="-A --check --skippgpcheck"
Interesting, Merely adding --skippgpcheck will trigger a warning. OK let's quiet it. BTW, why do we always skip PGP check? Thanks, Fengguang