]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/common.xml
document GetWheelAxis
[wxWidgets.git] / build / buildbot / config / common.xml
index b99af4c17786ab43cafd09c3383b5d7b99e67493..09917a0fb529106af321fcc69307ee9dbf527617 100644 (file)
 <nightly-schedulers name="daily"/>
 
 <!--
-    General purpose slave lock.
+    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.
 -->
 
 <!--
     Notify people on the blame list when a build goes from good to bad.
--->
 
 <mailnotifier>
     <mode>problem</mode>
     <lookup>wx-devs</lookup>
 </mailnotifier>
+-->
 
 <!--
     Log every build to a mailing list.