diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-20 22:20:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-20 22:20:56 +0000 |
commit | bded4f9f39a4a93786a902ea6df828bddc7d144c (patch) | |
tree | 27aa4ac7e8f46c13e2f5a67d5f3d81cc9181ae9a /Master/texmf-dist/scripts | |
parent | e277a86c857d2de825b429d65258a0506b82a4b6 (diff) |
mirror.ctan.org has gone https-only
git-svn-id: svn://tug.org/texlive/trunk@58931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index d6b669e902f..b53ab27a929 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -873,7 +873,7 @@ sub handle_execute_actions { # only existing formats are recreated if (!$localtlpdb->option("create_formats")) { $invoke_fmtutil .= " --refresh"; - info("only existing formats will be refreshed per user option (create_formats=0)\n"); + debug("only existing formats will be refreshed per user option (create_formats=0)\n"); } if ($::files_changed) { @@ -7698,7 +7698,7 @@ with C<tlmgr>: =item C<tlmgr option repository ctan> -=item C<tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet> +=item C<tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet> Tell C<tlmgr> to use a nearby CTAN mirror for future updates; useful if you installed TeX Live from the DVD image and want to have continuing @@ -7781,7 +7781,7 @@ Equivalent ways of specifying a local directory. =item C<ctan> -=item C<http://mirror.ctan.org/systems/texlive/tlnet> +=item C<https://mirror.ctan.org/systems/texlive/tlnet> Pick a CTAN mirror automatically, trying for one that is both nearby and up-to-date. The chosen mirror is used for the entire download. The bare @@ -8557,7 +8557,7 @@ One common use of C<option> is to permanently change the installation to get further updates from the Internet, after originally installing from DVD. To do this, you can run - tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet + tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet The C<install-tl> documentation has more information about the possible values for C<repository>. (For backward compatibility, C<location> can |