diff mbox

[devtools] makechrootpkg: Skip PGP checks inside the chroot

Message ID e9a9f638473d1b62b561381b7b02ab05319d5929.camel@gmail.com
State Rejected
Headers show

Commit Message

Emil Velikov via arch-projects July 13, 2018, 4:57 a.m. UTC
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(-)

---
2.18.0
diff mbox

Patch

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