[latex3-commits] [l3svn] r6125 - Avoid any deps when installing contrib packages for testing

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 07:06:26 CEST 2015


Author: joseph
Date: 2015-09-30 07:06:26 +0200 (Wed, 30 Sep 2015)
New Revision: 6125

Modified:
   trunk/texlive.sh
Log:
Avoid any deps when installing contrib packages for testing

As a model, this makes sense as some might otherwise grab all
of LaTeX3!


Modified: trunk/texlive.sh
===================================================================
--- trunk/texlive.sh	2015-09-30 04:58:45 UTC (rev 6124)
+++ trunk/texlive.sh	2015-09-30 05:06:26 UTC (rev 6125)
@@ -42,4 +42,5 @@
 
 # Additional requirements for contrib tests:
 # - siunitx
-tlmgr install amsmath ec siunitx
+tlmgr install amsmath ec
+tlmgr --no-depends siunitx



More information about the latex3-commits mailing list