[latex3-commits] [git/LaTeX3-latex3-latex2e] gh172: Merge branch 'gh172' of https://github.com/latex3/latex2e into gh172 (b11d9d1b)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Dec 2 14:18:30 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : gh172
Link       : https://github.com/latex3/latex2e/commit/b11d9d1b79cf15cebd3836069730cc17feddcb03

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

commit b11d9d1b79cf15cebd3836069730cc17feddcb03
Merge: e888e126 bc5e7989
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Dec 2 14:18:30 2019 +0100

    Merge branch 'gh172' of https://github.com/latex3/latex2e into gh172
    
    do the tlmgr --self update always after all


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

b11d9d1b79cf15cebd3836069730cc17feddcb03
 support/texlive.sh | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --cc support/texlive.sh
index fbf87752,ec00a916..a8ffce5f
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@@ -17,11 -17,12 +17,14 @@@ if ! command -v texlua > /dev/null; the
    ./install-tl --profile=../support/texlive.profile
  
    cd ..
--else
--  # Update a cached version first (else later step might fail)
-   tlmgr update --self
 -  tlmgr option -- autobackup 0
 -  tlmgr update --self --all --no-auto-install
  fi
  
++# Backups only make the cache bigger
++tlmgr option -- autobackup 0
++
++# Update a cached version first (else later step might fail)
++tlmgr update --self
++
  # Needed for any use of texlua even if not testing LuaTeX
  tlmgr install luatex
  





More information about the latex3-commits mailing list