]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/defs.xml
Change <checkout> slightly so that it doesn't display the branch as it makes
[wxWidgets.git] / build / buildbot / config / include / defs.xml
index e90f71fd142117e5ad97aa382ec3227173fc55be..0c5b550e266a20f14c239790406ac26461e79dbf 100644 (file)
@@ -22,6 +22,7 @@
 <xsl:template name="SVN_URL">http://svn.wxwidgets.org/svn/wx/wxWidgets/</xsl:template>
 <xsl:template name="STABLE_BRANCH">branches/WX_2_8_BRANCH</xsl:template>
 <xsl:variable name="STABLE_BRANCH"><STABLE_BRANCH/></xsl:variable>
+<xsl:template name="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
 
 <!--
     checkout - build step for source checkout.
@@ -371,7 +372,7 @@ cd tests &amp;&amp;
 <normalize-space>
 cd tests &amp;&amp;
 ./test &amp;&amp;
-if [ -x test_gui ]; then ./test_gui; fi
+if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
 </normalize-space>
 </xsl:template>
 
@@ -781,7 +782,7 @@ if [ -x test_gui ]; then ./test_gui; fi
     <xsl:param name="content"/>
     <mailnotifier>
         <defaults content="{$content}">
-            <fromaddr>wx-dev -at- lists.wxwidgets.org</fromaddr>
+            <fromaddr>noreply -at- wxsite.net</fromaddr>
         </defaults>
         <xsl:copy-of select="$content"/>
     </mailnotifier>