From 8bfa49f1692d512e12835495a0d0547b652d21b4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 27 Apr 2016 10:25:08 +0000 Subject: record verification status of manually verified tlpdb git-svn-id: svn://tug.org/texlive/trunk@40782 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 83f618e8f00..fe1196aaf5c 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -1153,6 +1153,11 @@ the cryptographic signature. sub is_verified { my $self = shift; + if ($self->is_virtual) { + tlwarn("TLPDB: cannot set/edit verified property of a virtual tlpdb\n"); + return 0; + } + if (@_) { $self->{'verified'} = shift } return $self->{'verified'}; } -- cgit v1.2.3