[latex3-commits] [l3svn] branch master updated: Comment/simplify TL installation script

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 07:16:43 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  9373026   Comment/simplify TL installation script
9373026 is described below

commit 9373026f060fd08ea78a84e5838ff23a47c9c8dd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 06:16:26 2015 +0100

    Comment/simplify TL installation script
---
 texlive.sh |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index 3125699..3f408c1 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -1,3 +1,9 @@
+# This script is used for testing using Travis
+# It is intended to work on their VM set up: Ubuntu 12.04 LTS
+# As such, the nature of the system is hard-coded
+# A minimal current TL is installed adding only the packages that are
+# required
+
 wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
 tar -xzf install-tl-unx.tar.gz
 cd install-tl-20*
@@ -16,5 +22,4 @@ EOF
 
 ./install-tl --profile=./texlive.profile
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
-tlmgr install courier latex luatex pdftex ptex times uptex xetex
-cd ..
+tlmgr install courier ptex times uptex xetex

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list