]> git.saurik.com Git - wxWidgets.git/commitdiff
Update from Brian.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 30 Sep 2008 16:12:36 +0000 (16:12 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 30 Sep 2008 16:12:36 +0000 (16:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/ravnsgaard.xml

index a0f6134af3829eeb3656351e5eadec88b998a946..f846330550a0f246bc444590ac6498e4e460f7ab 100644 (file)
         <name>Linux i386 wxGTK trunk STL debug</name>
         <builddir>ravnsgaard_wxgtk_debug</builddir>
         <scheduler>daily_0600</scheduler>
-        <sandbox>debug</sandbox>
         <steps>
             <checkout/>
-            <shellcommand>
-                <description>setting up</description>
-                <descriptionDone>set up</descriptionDone>
-                <haltOnFailure/>
-                <command>setup-script</command>
-            </shellcommand>
             <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
             <run-tests/>
         <name>Linux i386 wxGTK trunk STL release</name>
         <builddir>ravnsgaard_wxgtk_release</builddir>
         <scheduler>daily_1800</scheduler>
-        <sandbox>release</sandbox>
         <steps>
             <checkout/>
-            <shellcommand>
-                <description>setting up</description>
-                <descriptionDone>set up</descriptionDone>
-                <haltOnFailure/>
-                <command>setup-script</command>
-            </shellcommand>
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
             <run-tests/>