From 3cfca261803ef30166b28372b7be7d433a34f3d7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 6 Sep 2018 15:01:34 +0000 Subject: update tlmgr pinning doc to refer to correct tlcontrib git-svn-id: svn://tug.org/texlive/trunk@48598 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 9f31e43cbc0..00960f79f31 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -9228,46 +9228,44 @@ only one enabled (as is the case by default): /var/www/norbert/tlnet Ok. Let's add the C repository (this is a real -repository, hosted at L, maintained by -Taco Hoekwater et al.), with the tag C: +repository hosted at L) with the tag C: - $ tlmgr repository add http://tlcontrib.metatex.org/2012 tlcontrib + $ tlmgr repository add http://contrib.texlive.info/current tlcontrib Check the repository list again: $ tlmgr repository list List of repositories (with tags if set): - http://tlcontrib.metatex.org/2012 (tlcontrib) + http://contrib.texlive.info/current (tlcontrib) /var/www/norbert/tlnet (main) -Now we specify a pinning entry to get the package C from +Now we specify a pinning entry to get the package C from C: - $ tlmgr pinning add tlcontrib context + $ tlmgr pinning add tlcontrib classico -Check that we can find C: +Check that we can find C: - $ tlmgr show context - tlmgr: package repositories: + $ tlmgr show classico + package: classico ... - package: context - repository: tlcontrib/26867 + shortdesc: URW Classico fonts ... -- install C: +- install C: - $ tlmgr install context + $ tlmgr install classico tlmgr: package repositories: ... - [1/1, ??:??/??:??] install: context @tlcontrib [ + [1/1, ??:??/??:??] install: classico @tlcontrib [737k] -In the output here you can see that the C package has been +In the output here you can see that the C package has been installed from the C repository (C<@tlcontrib>). Finally, C also supports removing certain or all packages from a given repository: - $ tlmgr pinning remove tlcontrib context # remove just context + $ tlmgr pinning remove tlcontrib classico # remove just classico $ tlmgr pinning remove tlcontrib --all # take nothing from tlcontrib A summary of the C actions is given above. -- cgit v1.2.3