diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-02 00:23:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-02 00:23:24 +0000 |
commit | db245e1d4f6365e948c79cefeb7cab2870bb7957 (patch) | |
tree | 0af04905a452a9bf29ea3d7c77f7f221016985e0 /Master/tlpkg/bin | |
parent | f12daf64ff24d47a74a0ac5f8bff673735f4912c (diff) |
frozen => 1 for end of TL17 updates
git-svn-id: svn://tug.org/texlive/trunk@46779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-try-install | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-try-install b/Master/tlpkg/bin/tl-try-install index 21641358c23..ca89fd7bf06 100755 --- a/Master/tlpkg/bin/tl-try-install +++ b/Master/tlpkg/bin/tl-try-install @@ -12,15 +12,14 @@ rm -rf $instdir* && echo "removed $instdir*." #TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK #TEXLIVE_INSTALL_NO_WELCOME=1; export TEXLIVE_INSTALL_NO_WELCOME -# some director mydir=`cd \`dirname "$0"\` && pwd` # Master/tlpkg/bin Master=`cd $mydir/../.. && pwd` # thisrel=/usr/local/texlive/`date +%Y` # not necessarily, but whatever prevrel=/usr/local/texlive/`expr "$(date +%Y)" - 1` -pro=--profile=$tm/tlpkg/dev/profiles/TLinfra.pro #infra min small ... -exec time $tm/install-tl $pro +pro=--profile=$Master/tlpkg/dev/profiles/TLinfra.pro #infra min small ... +exec time $Master/install-tl $pro exec time $lp/install-tl $pro exec time $lp/install-tl $pro --repo ftp://ftp.cstug.cz/pub/tex/local/tlpretest exec time $ln/install-tl $pro --repo ctan #--in-place |