texlive[51141] Master/texmf-dist/scripts/texlive/tlmgr.pl: add

commits+preining at tug.org commits+preining at tug.org
Thu May 16 13:18:52 CEST 2019


Revision: 51141
          http://tug.org/svn/texlive?view=revision&revision=51141
Author:   preining
Date:     2019-05-16 13:18:52 +0200 (Thu, 16 May 2019)
Log Message:
-----------
add doucmentation for tlmgr repository status

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	2019-05-16 10:12:50 UTC (rev 51140)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2019-05-16 11:18:52 UTC (rev 51141)
@@ -8627,6 +8627,8 @@
 
 =item B<repository set I<path>[#I<tag>] [I<path>[#I<tag>] ...]>
 
+=item B<repository status>
+
 This action manages the list of repositories.  See L<MULTIPLE
 REPOSITORIES> below for detailed explanations.
 
@@ -8641,9 +8643,18 @@
 The third form (C<add>) adds a repository
 (optionally attaching a tag) to the list of repositories.  The forth
 form (C<remove>) removes a repository, either by full path/url, or by
-tag.  The last form (C<set>) sets the list of repositories to the items
-given on the command line, not keeping previous settings
+tag.  The fifth form (C<set>) sets the list of repositories to the items
+given on the command line, not keeping previous settings.
 
+The last form (C<status>) reports the verification status of the
+loaded repositories in the following format: One repository per line with
+4 fields separated with a single space: The tag (which can be the same 
+as the URL), the URL, the verification code (a number), and the
+verbal description of the verification status (last field extending to
+the end of line). This format is valid under machine readable output,
+while in normal output the third field (numeric verification status)
+is not present.
+
 In all cases, one of the repositories must be tagged as C<main>;
 otherwise, all operations will fail!
 



More information about the tex-live-commits mailing list