diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 44d4e62b597..83f618e8f00 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -373,6 +373,8 @@ sub from_file { tldie("$0: connection problems, cannot download: $m\n"); } elsif ($r == -2) { debug("$0: remote database checksum is not signed, continuing anyway!\n"); + } elsif ($r == -3) { + debug("$0: TLPDB: no gpg available, continuing anyway!\n"); } elsif ($r == 0) { $is_verified = 1; } else { @@ -391,6 +393,8 @@ sub from_file { tldie("$0: connection problems, cannot download: $m\n"); } elsif ($r == -2) { debug("$0: remote database checksum is not signed, continuing anyway!\n"); + } elsif ($r == -3) { + debug("$0: TLPDB: no gpg available, continuing anyway!\n"); } elsif ($r == 0) { $is_verified = 1; } else { |