]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/common.xml
document GetWheelAxis
[wxWidgets.git] / build / buildbot / config / common.xml
index 91783015bbd0a16658d761fe14005a8d305e9c81..09917a0fb529106af321fcc69307ee9dbf527617 100644 (file)
 
 <nightly-schedulers name="daily"/>
 
 
 <nightly-schedulers name="daily"/>
 
+<!--
+    A general purpose slave lock and ones for the trunk and stable branches.
+-->
+
+<slavelock>
+    <name>slave</name>
+</slavelock>
+
+<slavelock>
+    <name>trunk</name>
+</slavelock>
+
+<slavelock>
+    <name><STABLE_BRANCH/></name>
+</slavelock>
+
 <!--
     Map SVN user ids to email addresses.
 -->
 
 <emaillookup name="wx-devs">
 <!--
     Map SVN user ids to email addresses.
 -->
 
 <emaillookup name="wx-devs">
-    <xi:include href="include/wx-devs.xml" xpointer="xpointer(//*[@id='MW'])"/>
+    <xi:include href="include/wx-devs.xml"/>
 </emaillookup>
 
 <!--
     Notify people on the blame list when a build goes from good to bad.
 </emaillookup>
 
 <!--
     Notify people on the blame list when a build goes from good to bad.
--->
 
 <mailnotifier>
     <mode>problem</mode>
     <lookup>wx-devs</lookup>
 </mailnotifier>
 
 <mailnotifier>
     <mode>problem</mode>
     <lookup>wx-devs</lookup>
 </mailnotifier>
+-->
 
 <!--
     Log every build to a mailing list.
 -->
 
 <mailnotifier>
 
 <!--
     Log every build to a mailing list.
 -->
 
 <mailnotifier>
-    <extraRecipient>mike.wetherell -at- ntlworld.com</extraRecipient>
+    <extraRecipient>wx-buildbot -at- lists.wxwidgets.org</extraRecipient>
 </mailnotifier>
 
 <!--
 </mailnotifier>
 
 <!--