diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-07 21:53:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-07 21:53:30 +0000 |
commit | 83093ca420382eea67c091af9ed4fa6f82d5e468 (patch) | |
tree | c4a7688e741a61f5527ab9d623af5f424252d333 | |
parent | fffc63b05f5a8eb5c38823c2459cdd24cd630ab1 (diff) |
(verify_signature): don't be so eager to tell them
to report gpg problems to us, since they have
always been network-related.
git-svn-id: svn://tug.org/texlive/trunk@51838 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLCrypto.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLCrypto.pm b/Master/tlpkg/TeXLive/TLCrypto.pm index ecd949b4b2e..a5d3c3f62f9 100644 --- a/Master/tlpkg/TeXLive/TLCrypto.pm +++ b/Master/tlpkg/TeXLive/TLCrypto.pm @@ -472,9 +472,11 @@ cryptographic signature verification of $file against $signature_url -failed. Output was +failed. Output was: $out -Please report to texlive\@tug.org +Please try from a different mirror and/or wait a few minutes +and try again; usually this is because of transient updates. +If problems persist, feel free to report to texlive\@tug.org. GPGERROR } } else { |