texlive[74695] Master/texmf-dist/scripts/texlive/tlmgr.pl: [tlmgr] Do
commits+preining at tug.org
commits+preining at tug.org
Wed Mar 19 00:12:52 CET 2025
Revision: 74695
https://tug.org/svn/texlive?view=revision&revision=74695
Author: preining
Date: 2025-03-19 00:12:52 +0100 (Wed, 19 Mar 2025)
Log Message:
-----------
[tlmgr] Do not do texlive-scripts version check in user mode
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2025-03-18 22:19:51 UTC (rev 74694)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2025-03-18 23:12:52 UTC (rev 74695)
@@ -7634,7 +7634,7 @@
# - on every update, save the last seen remote main revision into
# 00texlive.installation
#
- if ($is_main) {
+ if ($is_main && !$opts{"usermode"}) {
my $rtlp = $remotetlpdb->get_package("texlive-scripts");
my $ltlp = $localtlpdb->get_package("texlive-scripts");
my $local_revision;
More information about the tex-live-commits
mailing list.