[latex3-commits] [l3svn] 01/08: Combine tlmgr installations: siunitx

noreply at latex-project.org noreply at latex-project.org
Sat Oct 3 00:01:07 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 ee1f991dac44e1d80ff1f877160f5c1fd0b51eb3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 2 21:56:32 2015 +0100

    Combine tlmgr installations: siunitx
---
 texlive.sh |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index 515f980..5c227f2 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -43,10 +43,15 @@ tlmgr install --no-depends ptex uptex
 # Additional requirements for the xor test
 tlmgr install courier psnfss times tools url
 
-# Additional requirements for contrib tests:
-# - siunitx
-tlmgr install amsmath ec
-tlmgr install --no-depends siunitx
+# Dependencies
+tlmgr install \
+  amsmath \
+  ec
+
+# Contrib packages for testing: force no deps
+tlmgr install --no-depends \
+  siunitx
+
 # - fontspec
 tlmgr install euenc lm luatexbase luaotfload 
 tlmgr install oberdiek pdftex-def xetex-def xunicode

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


More information about the latex3-commits mailing list