[arch-projects] [devtools] [PATCH] makechrootpkg: Skip PGP checks inside the chroot

Alexander Shpilkin ashpilkin at gmail.com
Fri Jul 13 04:57:45 UTC 2018


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <https://lists.archlinux.org/pipermail/arch-projects/attachments/20180713/7b70fcb2/attachment.asc>


More information about the arch-projects mailing list