diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-12-16 18:25:29 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-12-16 18:25:29 -0200 |
commit | 9129f2af997bf10530432c6d7cd9711cd3dbbba1 (patch) | |
tree | ddcbdc150bc0250a24766dbedc55654a97794353 /methods/gpgv.cc | |
parent | 885d204bd354739187413005874797504f3b95f3 (diff) |
* Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
apt-get to ignore time conflicts, closes: #451328.
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r-- | methods/gpgv.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gpgv.cc b/methods/gpgv.cc index 01b240856..1ed26a30a 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -83,6 +83,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile, Args[i++] = gpgvpath.c_str(); Args[i++] = "--status-fd"; Args[i++] = "3"; + Args[i++] = "--ignore-time-conflict"; Args[i++] = "--keyring"; Args[i++] = pubringpath.c_str(); |