On Fri, Feb 05, 2021 at 06:53:53PM +0800, Wu Fengguang wrote:
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?
Because PGP key often is expired. But Does not affect compilation.
Thanks, Jiaxin
Thanks, Fengguang