diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-08 00:29:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-08 00:29:50 +0000 |
commit | 7dc1cfb0dd2c2233232c72af727f97bd70fd89c5 (patch) | |
tree | ac8ff4a2547fdd8821feb4390efaeda5c739d924 | |
parent | 17970b5b96851cb80310ff2388e67334bb1707a2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@62507 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/man/man1/install-tl.1 | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/install-tl.man1.pdf | bin | 50178 -> 50130 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/texlive/install-tl.html | 10 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
4 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/install-tl.1 b/Master/texmf-dist/doc/man/man1/install-tl.1 index a5a4fba383a..09fa28e2124 100644 --- a/Master/texmf-dist/doc/man/man1/install-tl.1 +++ b/Master/texmf-dist/doc/man/man1/install-tl.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "INSTALL-TL 1" -.TH INSTALL-TL 1 "2022-02-22" "perl v5.34.0" "User Contributed Perl Documentation" +.TH INSTALL-TL 1 "2022-03-07" "perl v5.34.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -318,7 +318,11 @@ release. .IP "\fB\-no\-cls\fR" 4 .IX Item "-no-cls" For the text mode installer only: do not clear the screen when entering -a new menu (for debugging purposes). +a new menu. For debugging. +.IP "\fB\-no\-continue\fR" 4 +.IX Item "-no-continue" +Do not install core packages first, or retry failed packages once. For +debugging. .IP "\fB\-no\-persistent\-downloads\fR" 4 .IX Item "-no-persistent-downloads" .PD 0 @@ -601,4 +605,4 @@ This script and its documentation were written for the TeX Live distribution (<https://tug.org/texlive>) and both are licensed under the \&\s-1GNU\s0 General Public License Version 2 or later. .PP -\&\f(CW$Id:\fR install-tl 62146 2022\-02\-22 22:48:10Z karl $ +\&\f(CW$Id:\fR install-tl 62504 2022\-03\-07 22:59:07Z karl $ diff --git a/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf b/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf Binary files differindex 487028ebd56..333b970a0f7 100644 --- a/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/install-tl.man1.pdf diff --git a/Master/texmf-dist/doc/texlive/install-tl.html b/Master/texmf-dist/doc/texlive/install-tl.html index 1c394153a8f..2f5e6649ed9 100644 --- a/Master/texmf-dist/doc/texlive/install-tl.html +++ b/Master/texmf-dist/doc/texlive/install-tl.html @@ -171,7 +171,13 @@ <dt id="no-cls"><b>-no-cls</b></dt> <dd> -<p>For the text mode installer only: do not clear the screen when entering a new menu (for debugging purposes).</p> +<p>For the text mode installer only: do not clear the screen when entering a new menu. For debugging.</p> + +</dd> +<dt id="no-continue"><b>-no-continue</b></dt> +<dd> + +<p>Do not install core packages first, or retry failed packages once. For debugging.</p> </dd> <dt id="no-persistent-downloads"><b>-no-persistent-downloads</b></dt> @@ -444,7 +450,7 @@ tlpdbopt_w32_multi_user</code></pre> <p>This script and its documentation were written for the TeX Live distribution (<a href="https://tug.org/texlive">https://tug.org/texlive</a>) and both are licensed under the GNU General Public License Version 2 or later.</p> -<p>$Id: install-tl 62146 2022-02-22 22:48:10Z karl $</p> +<p>$Id: install-tl 62504 2022-03-07 22:59:07Z karl $</p> </body> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b75583e4829..bde532fece3 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,7 +38,6 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, 'https://ctan.um.ac.ir/' => 1, - 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, |