summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorSebastian Heinlein <devel@glatzor.de>2012-06-01 06:38:33 +0200
committerSebastian Heinlein <devel@glatzor.de>2012-06-01 06:38:33 +0200
commit207b245b2ce5a9a04b187f5001b99093c660701d (patch)
treea76002f1830b424669892d18c5247e4e81704a65 /apt
parentfdae874a77c122a72d283fc13c5494b0359f6b67 (diff)
downloadpython-apt-207b245b2ce5a9a04b187f5001b99093c660701d.tar.gz
Don't set the trust model to always
Diffstat (limited to 'apt')
-rw-r--r--apt/auth.py1
1 files changed, 0 insertions, 1 deletions
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: