From 91d8be5f9c204f0ee8d524eb1382934e608a9d43 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 26 Aug 2021 07:58:27 +0200 Subject: [PATCH] Do not use gpg --trust-model=always - gpg will not create a trustdb when running with --update-trustdb with --trust-model=always: gpg: no need for a trustdb update with 'always' trust model - subsequent gpg calls will fail because there is no trustdb in GPGHOME --- mmdebstrap | 1 - 1 file changed, 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 932bc0e..a5c690c 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -4986,7 +4986,6 @@ sub main() { '--ignore-time-conflict', '--no-options', '--no-default-keyring', '--homedir', $gpghome, '--no-auto-check-trustdb', - '--trust-model', 'always' ); my ($ret, $message); {