Skip to content

Commit

Permalink
l3build (9jan24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69360 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jan 9, 2024
1 parent ba73ac6 commit 3c5665b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion texk/texlive/linked_scripts/l3build/l3build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for those people who are interested.
--]]

-- Version information
release_date = "2024-01-04"
release_date = "2024-01-09"

-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Expand Down
12 changes: 7 additions & 5 deletions texk/texlive/linked_scripts/texlive/tlmgr.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# $Id: tlmgr.pl 68903 2023-11-19 18:53:19Z karl $
# $Id: tlmgr.pl 69327 2024-01-07 11:10:51Z preining $
# Copyright 2008-2023 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
Expand All @@ -8,8 +8,8 @@

use strict; use warnings;

my $svnrev = '$Revision: 68903 $';
my $datrev = '$Date: 2023-11-19 19:53:19 +0100 (Sun, 19 Nov 2023) $';
my $svnrev = '$Revision: 69327 $';
my $datrev = '$Date: 2024-01-07 12:10:51 +0100 (Sun, 07 Jan 2024) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
Expand Down Expand Up @@ -690,7 +690,9 @@ sub main {
# if we are asked to use persistent connections try to start it here
ddebug("tlmgr:main: do persistent downloads = $opts{'persistent-downloads'}\n");
if ($opts{'persistent-downloads'}) {
TeXLive::TLUtils::setup_persistent_downloads() ;
TeXLive::TLUtils::setup_persistent_downloads(
"$Master/tlpkg/installer/curl/curl-ca-bundle.crt"
) ;
}
if (!defined($::tldownload_server)) {
debug("tlmgr:main: ::tldownload_server not defined\n");
Expand Down Expand Up @@ -10279,7 +10281,7 @@ =head1 AUTHORS AND COPYRIGHT
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
$Id: tlmgr.pl 68903 2023-11-19 18:53:19Z karl $
$Id: tlmgr.pl 69327 2024-01-07 11:10:51Z preining $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html
Expand Down

0 comments on commit 3c5665b

Please sign in to comment.