[latex3-commits] [git/LaTeX3-latex3-latex2e] develop, gh172: Keep Frank happy :) (3b75cdc6)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Dec 2 14:06:29 CET 2019


Repository : https://github.com/latex3/latex2e
On branches: develop,gh172
Link       : https://github.com/latex3/latex2e/commit/3b75cdc63009bbe3c881cf8e294ce6201119ff09

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

commit 3b75cdc63009bbe3c881cf8e294ce6201119ff09
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Dec 2 13:06:29 2019 +0000

    Keep Frank happy :)


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

3b75cdc63009bbe3c881cf8e294ce6201119ff09
 support/texlive.sh | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index e693dbfc..ec00a916 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -17,11 +17,12 @@ if ! command -v texlua > /dev/null; then
   ./install-tl --profile=../support/texlive.profile
 
   cd ..
+else
+  # Update a cached version first (else later step might fail)
+  tlmgr option -- autobackup 0
+  tlmgr update --self --all --no-auto-install
 fi
 
-# Update tlmgr first
-tlmgr update --self
-
 # Needed for any use of texlua even if not testing LuaTeX
 tlmgr install luatex
 
@@ -80,9 +81,3 @@ tlmgr install  \
   wasy         \
   wsuipa       \
   xkeyval
-
-# Keep no backups (not required, simply makes cache bigger)
-tlmgr option -- autobackup 0
-
-# Update the TL install but add nothing new
-tlmgr update --all --no-auto-install





More information about the latex3-commits mailing list