[latex3-commits] [l3svn] r6092 - Skip installation of doc/src trees for CI system

noreply at latex-project.org noreply at latex-project.org
Fri Sep 25 17:40:08 CEST 2015


Author: joseph
Date: 2015-09-25 17:40:08 +0200 (Fri, 25 Sep 2015)
New Revision: 6092

Modified:
   trunk/texlive.sh
Log:
Skip installation of doc/src trees for CI system

This reduces the download size for no cost to us.


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-25 15:34:13 UTC (rev 6091)
+++ trunk/texlive.sh	2015-09-25 15:40:08 UTC (rev 6092)
@@ -11,7 +11,7 @@
 cd install-tl-20*
 
 # Set up the automated install
-cat << EOF >> texlive.profile 
+cat << EOF >> texlive.profile
 selected_scheme scheme-minimal
 TEXDIR /tmp/texlive
 TEXMFCONFIG ~/.texlive2015/texmf-config
@@ -20,6 +20,8 @@
 TEXMFSYSCONFIG /tmp/texlive/texmf-config
 TEXMFSYSVAR /tmp/texlive/texmf-var
 TEXMFVAR ~/.texlive2015/texmf-var
+option_doc 0
+option_src 0
 EOF
 
 ./install-tl --profile=./texlive.profile



More information about the latex3-commits mailing list