[Xquartz-changes] [642] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 11 17:47:23 PDT 2012


Revision: 642
          http://trac.macosforge.org/projects/xquartz/changeset/642
Author:   jeremyhu at freedesktop.org
Date:     2012-07-11 17:47:22 -0700 (Wed, 11 Jul 2012)
Log Message:
-----------
Sanitize, and don't test 1.11 any more

Modified Paths:
--------------
    tinderbox/jhbuildrc.xquartz
    tinderbox/tinderbox_test.sh
    tinderbox/xorg.modules

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2012-07-10 21:52:49 UTC (rev 641)
+++ tinderbox/jhbuildrc.xquartz	2012-07-12 00:47:22 UTC (rev 642)
@@ -25,4 +25,4 @@
 # libxcb generated code has a bunch of warnings that take up 1G of log space
 module_static_analyzer = { 'libxcb' : False }
 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])
-static_analyzer_template = '/opt/local/libexec/llvm-3.0/bin/scan-build -v --use-cc=clang-mp-3.0 --use-c++=clang++-mp-3.0 -o %(outputdir)s/%(module)s '
+static_analyzer_template = '/opt/local/libexec/llvm-3.1/bin/scan-build -v --use-cc=clang-mp-3.1 --use-c++=clang++-mp-3.1 -o %(outputdir)s/%(module)s '

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2012-07-10 21:52:49 UTC (rev 641)
+++ tinderbox/tinderbox_test.sh	2012-07-12 00:47:22 UTC (rev 642)
@@ -15,6 +15,12 @@
 
 export STATIC_ANALYSIS=True
 
+# Sanitize the environment
+unset PKG_CONFIG_PATH
+unset C_INCLUDE_PATH
+unset OBJC_INCLUDE_PATH
+unset CPLUS_INCLUDE_PATH
+
 # Stage 1:
 #TB_CFLAGS="${TB_CFLAGS} -Werror=clobbered"
 #TB_CFLAGS="${TB_CFLAGS} -Wlogical-op"

Modified: tinderbox/xorg.modules
===================================================================
--- tinderbox/xorg.modules	2012-07-10 21:52:49 UTC (rev 641)
+++ tinderbox/xorg.modules	2012-07-12 00:47:22 UTC (rev 642)
@@ -66,7 +66,6 @@
   <metamodule id="xorg-jeremyhu-tinderbox">
     <dependencies>
       <dep package="xorg"/>
-      <dep package="xserver-1.11"/>
       <dep package="xserver-1.12"/>
     </dependencies>
   </metamodule>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120711/d52199d8/attachment.html>


More information about the Xquartz-changes mailing list