]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/common.xml
XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / build / buildbot / config / common.xml
index 09917a0fb529106af321fcc69307ee9dbf527617..1aea286c1673b13cc5a53155266c8d6a0fbbb8fb 100644 (file)
@@ -4,9 +4,8 @@
     Name:       common.xml
     Purpose:    Schedulers and locks common to all slaves.
     Author:     Mike Wetherell
-    RCS-ID:     $Id$
     Copyright:  (c) 2007 Mike Wetherell
-    Licence:    wxWidgets licence
+    Licence:    wxWindows licence
 -->
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <fileNotImportant>docs/* interface/*</fileNotImportant>
 </scheduler>
 
+<scheduler>
+    <name>release_quick</name>
+    <branch><RELEASE_BRANCH/></branch>
+    <treeStableTimer>900</treeStableTimer>
+    <fileNotImportant>docs/* interface/*</fileNotImportant>
+</scheduler>
+
 <scheduler>
     <name>stable_quick</name>
     <branch><STABLE_BRANCH/></branch>
     <name><STABLE_BRANCH/></name>
 </slavelock>
 
+<slavelock>
+    <name><RELEASE_BRANCH/></name>
+</slavelock>
+
 <!--
     Map SVN user ids to email addresses.
+
+    The email address in wx-devs.xml can be overridden by adding a line like
+    this after the xi:include:
+
+        <email id="JMS">jaakko.salli -at- dnainternet.net</email>
+
+    or disabled using an empty tag:
+
+        <email id="JMS"/>
 -->
 
 <emaillookup name="wx-devs">
     <xi:include href="include/wx-devs.xml"/>
+    <!-- Overrides... -->
 </emaillookup>
 
 <!--
     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.
 -->
 
 <mailnotifier>
-    <extraRecipient>wx-buildbot -at- lists.wxwidgets.org</extraRecipient>
+    <extraRecipient>wx-buildbot -at- googlegroups.com</extraRecipient>
 </mailnotifier>
 
 <!--