[latex3-commits] [l3svn] branch master updated: Turn off contrib testing

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 10:08:26 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  078192a   Turn off contrib testing
078192a is described below

commit 078192a03fadb002b49bb0b6ff7ee8b0a0614104
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 09:07:57 2015 +0100

    Turn off contrib testing
    
    The siunitx test hangs, I suspect requiring some additional packages:
    need to test on my VM, will do so later.
---
 build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 09eff1c..1511e16 100644
--- a/build.lua
+++ b/build.lua
@@ -8,7 +8,7 @@ module  = ""
 
 -- A couple of custom variables: the order here is set up for 'importance'
 bundles      = {"l3build", "l3kernel", "l3packages", "l3experimental", "l3trial"}
-checkbundles = {"l3build", "l3kernel", "l3packages", "l3experimental", "xpackages/xor", "l3trial", "contrib"}
+checkbundles = {"l3build", "l3kernel", "l3packages", "l3experimental", "xpackages/xor", "l3trial"}
 ctanbundles  = {"l3build", "l3kernel", "l3packages", "l3experimental"}
 
 -- Location of main directory: use Unix-style path separators

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


More information about the latex3-commits mailing list