[latex3-commits] [l3svn] r6122 - Look for cached TL in CI install script

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 06:54:51 CEST 2015


Author: joseph
Date: 2015-09-30 06:54:51 +0200 (Wed, 30 Sep 2015)
New Revision: 6122

Modified:
   trunk/texlive.sh
Log:
Look for cached TL in CI install script


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-29 20:31:06 UTC (rev 6121)
+++ trunk/texlive.sh	2015-09-30 04:54:51 UTC (rev 6122)
@@ -6,6 +6,11 @@
 # A minimal current TL is installed adding only the packages that are
 # required
 
+# See if there is a cached verson of TL available
+if [ -d "/tmp/texlive"" ]; then
+  exit 0
+fi
+
 wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
 tar -xzf install-tl-unx.tar.gz
 cd install-tl-20*



More information about the latex3-commits mailing list