[latex3-commits] [git/LaTeX3-latex3-luaotfload] pretest: Use pretest (9012211)

Marcel Fabian Krüger tex at 2krueger.de
Wed Mar 10 20:32:45 CET 2021


Repository : https://github.com/latex3/luaotfload
On branch  : pretest
Link       : https://github.com/latex3/luaotfload/commit/9012211ef7f826d7abaf4590a8bcf6f8fff0b59f

>---------------------------------------------------------------

commit 9012211ef7f826d7abaf4590a8bcf6f8fff0b59f
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Mar 10 20:32:45 2021 +0100

    Use pretest


>---------------------------------------------------------------

9012211ef7f826d7abaf4590a8bcf6f8fff0b59f
 texlive.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index e4cdc08..8a7ec26 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -9,12 +9,12 @@
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
 if ! command -v texlua > /dev/null; then
   # Obtain TeX Live
-  wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+  wget http://pretest.math.hamburg/install-tl-unx.tar.gz
   tar -xzf install-tl-unx.tar.gz
   cd install-tl-20*
 
   # Install a minimal system
-  ./install-tl --profile=../texlive.profile
+  ./install-tl --profile=../texlive.profile -repository https://pretest.math.hamburg
 
   cd ..
 fi





More information about the latex3-commits mailing list.