From aa49c1225fce57a723178887de19e5718cc8ddc3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 16 May 2019 11:18:52 +0000 Subject: add doucmentation for tlmgr repository status git-svn-id: svn://tug.org/texlive/trunk@51141 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 45400e016f4..d70b0c816dc 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8627,6 +8627,8 @@ yourself if you are using this feature and want stale symlinks removed. =item B[#I] [I[#I] ...]> +=item B + This action manages the list of repositories. See L below for detailed explanations. @@ -8641,8 +8643,17 @@ package the available platforms (if any) are listed, too. The third form (C) adds a repository (optionally attaching a tag) to the list of repositories. The forth form (C) removes a repository, either by full path/url, or by -tag. The last form (C) sets the list of repositories to the items -given on the command line, not keeping previous settings +tag. The fifth form (C) sets the list of repositories to the items +given on the command line, not keeping previous settings. + +The last form (C) 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
; otherwise, all operations will fail! -- cgit v1.2.3