[latex3-commits] [l3svn] r6134 - Skip any backups in CI setup

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 10:02:29 CEST 2015


Author: joseph
Date: 2015-09-30 10:02:29 +0200 (Wed, 30 Sep 2015)
New Revision: 6134

Modified:
   trunk/texlive.sh
Log:
Skip any backups in CI setup


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-30 06:52:10 UTC (rev 6133)
+++ trunk/texlive.sh	2015-09-30 08:02:29 UTC (rev 6134)
@@ -9,6 +9,8 @@
 # See if there is a cached verson of TL available
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
 if command -v texlua > /dev/null; then
+  # Keep no backups (not required, simply makes cache bigger)
+  tlmgr option -- autobackup 0
   # Update the TL install but add nothing new
   tlmgr update --self --all --no-auto-install
   exit 0



More information about the latex3-commits mailing list