[arch-projects] [devtools] [PATCH] makechrootpkg: Skip PGP checks inside the chroot
13 Jul
2018
13 Jul
'18
4:57 a.m.
As with the integrity checks, these have already been done in download_sources(), and the GPG keyring is unavailable inside the chroot anyway. --- makechrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index d81be84..a26815e 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -304,7 +304,7 @@ move_products() { # }}} main() { - default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg) + default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg --skippgpcheck) makepkg_args=("${default_makepkg_args[@]}") keepbuilddir=false update_first=false --- 2.18.0
2353
Age (days ago)
2353
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexander Shpilkin