From 207b245b2ce5a9a04b187f5001b99093c660701d Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Fri, 1 Jun 2012 06:38:33 +0200 Subject: Don't set the trust model to always --- apt/auth.py | 1 - 1 file changed, 1 deletion(-) (limited to 'apt') diff --git a/apt/auth.py b/apt/auth.py index 3b15b256..1d018f8b 100644 --- a/apt/auth.py +++ b/apt/auth.py @@ -60,7 +60,6 @@ def _get_gpg_command(keyring=None): cmd = [apt_pkg.config.find_file("Dir::Bin::Gpg", "/usr/bin/gpg"), "--ignore-time-conflict", "--no-default-keyring", - "--trust-model", "always", "--no-options", "--secret-keyring", os.path.join(_TMPDIR, "secring.gpg")] if keyring is None: -- cgit v1.2.3