[Xquartz-changes] [583] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 30 12:39:47 PDT 2011


Revision: 583
          http://trac.macosforge.org/projects/xquartz/changeset/583
Author:   jeremyhu at freedesktop.org
Date:     2011-10-30 12:39:47 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
Fix setting of static_analyzer

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/jhbuildrc.xquartz

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-10-25 01:14:28 UTC (rev 582)
+++ tinderbox/jhbuildrc.linux	2011-10-30 19:39:47 UTC (rev 583)
@@ -22,7 +22,7 @@
 #makecheck_advisory = False
 makecheck_advisory = True
 
-static_analyzer = os.environ['STATIC_ANALYSIS']
+static_analyzer = os.environ['STATIC_ANALYSIS'] != 'False'
 # 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'])

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-10-25 01:14:28 UTC (rev 582)
+++ tinderbox/jhbuildrc.xquartz	2011-10-30 19:39:47 UTC (rev 583)
@@ -16,7 +16,7 @@
 
 makecheck = True
 
-static_analyzer = os.environ['STATIC_ANALYSIS']
+static_analyzer = os.environ['STATIC_ANALYSIS'] != 'False'
 # 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'])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20111030/805c3381/attachment.html>


More information about the Xquartz-changes mailing list