[latex3-commits] [l3svn] 01/02: Put all of the tlmgr stuff in one place

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 09:54:20 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit 79c2f6ad994c6cc47dfc1c9241690ecb1d1305a2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 08:52:52 2015 +0100

    Put all of the tlmgr stuff in one place
    
    Using a separate script did not seem successful
---
 contrib/contrib.sh |    3 ---
 texlive.sh         |   11 +++++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/contrib/contrib.sh b/contrib/contrib.sh
deleted file mode 100644
index e16ed19..0000000
--- a/contrib/contrib.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-tlmgr install siunitx
\ No newline at end of file
diff --git a/texlive.sh b/texlive.sh
index 9356ccc..6a04b23 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -24,5 +24,12 @@ EOF
 
 ./install-tl --profile=./texlive.profile
 export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
-tlmgr install courier ptex times uptex xetex
-sh contrib/contrib.sh
\ No newline at end of file
+
+# Core requirements for the test system
+tlmgr install ptex uptex xetex
+
+# Additional requirements for the xor test
+tlmgr install courier times
+
+# Additional requirements for the contrib tests
+tlmgr install siunitx
\ No newline at end of file

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


More information about the latex3-commits mailing list