diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-24 18:27:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-24 18:27:49 +0000 |
commit | a360890a6c2a4befab6b48084d0731ad09c46631 (patch) | |
tree | a4ba78e23d40a984e871a8f53718d60b965c98af /Master/tlpkg/bin/tl-update-images | |
parent | 5f6231423ff11a042181be707faa0db6012b8e35 (diff) |
2021 pretest setup
git-svn-id: svn://tug.org/texlive/trunk@57875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 290645df107..fa7d0a8d474 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-2020 Karl Berry. +# Copyright 2007-2021 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. # # This file is licensed under the GNU General Public License version 2 @@ -22,7 +22,7 @@ lockfile -r 0 $lockfile || exit 1 # from procmail trap "rm -f $lockfile; exit 0;" 0 1 2 15 NAME=texlive -V=2020 +V=2021 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test |