diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-18 18:37:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-18 18:37:30 +0000 |
commit | 7f326f6942dc81b97699f20698fe017b15ef74fa (patch) | |
tree | b94c89caf1c83cb92df2314d5fe3d40d2532d5ae /Master/tlpkg/bin/tl-update-images | |
parent | 87c0b7b2356dd13ce85d7e91818e129bbac7b5bf (diff) |
2023 pretest start (including first binaries, i386-cygwin removal)
git-svn-id: svn://tug.org/texlive/trunk@65877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 420d6b8cfb4..5d6a8f1077f 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -2,7 +2,7 @@ # $Id$ # Create the .iso image(s) for TeX Live. # -# Copyright 2007-2022 Karl Berry. +# Copyright 2007-2023 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. # # This file is licensed under the GNU General Public License version 2 @@ -18,7 +18,7 @@ unset CDPATH # avoid output from cd umask 022 NAME=texlive -V=2022 +V=2023 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test @@ -145,7 +145,7 @@ MAKEINST () # and thus installed normally over the net. # keep in sync with info on http://tug.org/texlive/doc.html. prune="aarch64-linux amd64-netbsd armhf-linux \ - i386-cygwin i386-freebsd i386-linux i386-netbsd i386-solaris \ + i386-freebsd i386-linux i386-netbsd i386-solaris \ x86_64-linuxmusl x86_64-solaris" echo "-- pruning platforms: $prune..." mkdir $imgdir/tlpkg/bin |