summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-22 15:13:09 +0000
committerNorbert Preining <preining@logic.at>2016-04-22 15:13:09 +0000
commit0d11de1d3bdd70732215702fa366060087dfe66f (patch)
treeda454691e5a9cb4d02b963d568b423f73ebec0b3 /Master/tlpkg/TeXLive/TLPDB.pm
parentbcdfb64a34e836234a015214433260970800f3ed (diff)
check for gpg not avail, return -3 in verify_*, act in tlmgr
git-svn-id: svn://tug.org/texlive/trunk@40681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm4
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 {