[Xquartz-changes] [534] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 27 01:11:23 PDT 2011


Revision: 534
          http://trac.macosforge.org/projects/xquartz/changeset/534
Author:   jeremyhu at freedesktop.org
Date:     2011-04-27 01:11:22 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
Fix type for makecheck

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

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-04-27 07:42:52 UTC (rev 533)
+++ tinderbox/jhbuildrc.linux	2011-04-27 08:11:22 UTC (rev 534)
@@ -17,4 +17,4 @@
 
 makeargs = '-j1'
 
-makecheck = 'true'
+makecheck = True

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-04-27 07:42:52 UTC (rev 533)
+++ tinderbox/jhbuildrc.xquartz	2011-04-27 08:11:22 UTC (rev 534)
@@ -14,4 +14,4 @@
 
 autogenargs = '--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --disable-silent-rules --disable-gtk --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
 
-makecheck = 'true'
+makecheck = True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110427/1ef681d9/attachment.html>


More information about the Xquartz-changes mailing list