]> git.saurik.com Git - wxWidgets.git/commitdiff
Just whitespace fixes, no change.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 15 Apr 2008 12:16:40 +0000 (12:16 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 15 Apr 2008 12:16:40 +0000 (12:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/buildbot.css
build/buildbot/config/include/push.xml
build/buildbot/config/include/testdrive.xml
build/buildbot/config/push.xml
build/buildbot/tools/check.sh

index 84e89ba511fdac6bff7296db99164e1b15691767..d87cba456e09dc0281f60f2d7fdc29b7bd5cfbf8 100644 (file)
@@ -14,16 +14,16 @@ td {
 }
 
 /* Activity states */
-.offline { 
+.offline {
         background-color: red;
 }
 .idle {
        background-color: white;
 }
-.waiting { 
+.waiting {
         background-color: yellow;
 }
-.building { 
+.building {
         background-color: yellow;
 }
 
index 4d7041135b280c8fa66b3188c68586b5b948dc07..86fc8b58e58a055676f48c25e118a0190f13ef0c 100644 (file)
@@ -15,7 +15,7 @@
 <xi:include href="defs.xml"/>
 
 <!--
-    Usage: <show log="filename" [ name="title" ]/> 
+    Usage: <show log="filename" [ name="title" ]/>
 
     A build step displayed as 'title' in the waterfall display, the output
     comes from 'filename.log' in the uploaded log tarball, and the exit code
index 9bcbfc15eae9d145c86c32855be3723e031b859c..eb5136988057319ef1bc0d98702b0665001cf3fc 100644 (file)
@@ -68,7 +68,7 @@
 
     Usage:
         <fetch branch="Daily_HEAD/wxX11.tar.gz"/>
-    
+
     Fetches the URL given by <baseURL>/$branch, where the current default
     for <baseURL> is "http://biolpc22.york.ac.uk/pub".
 
index 266c4de0688362fc425508a3d4dccf43ab682cdb..3a0e20760accd8c3398672ebd8dac9782fac68ca 100644 (file)
 
 <xi:include href="include/push.xml"/>
 
-<!-- e.g.:
 <build>
-    <name>wxOS2 Stable gcc</name>
-    <builddir>psh_os2_stable</builddir>
+    <name>wxOS2 Stable GCC</name>
+    <builddir>psh_os2_stable_gcc</builddir>
 
     <steps>
         <extractlogs/>
         <show log="samples"/>
     </steps>
 </build>
--->
 
-<build>                                      
-    <name>wxOS2 Stable GCC</name>            
-    <builddir>psh_os2_stable_gcc</builddir>  
-                                             
-    <steps>                                  
-        <extractlogs/>                       
-        <show log="compiler"/>               
-        <show log="update"/>                 
-        <show log="configure"/>              
-        <show log="compile"/>                
-        <show log="demos"/>                  
-        <show log="samples"/>                
-    </steps>                                 
-</build>                                     
-                                             
-<build>                                      
-    <name>wxOS2 Stable OpenWatcom</name>     
-    <builddir>psh_os2_stable_ow</builddir>   
-                                             
-    <steps>                                  
-        <extractlogs/>                       
-        <show log="compiler"/>               
-        <show log="update"/>                 
-        <show log="configure"/>              
-        <show log="compile"/>                
-        <show log="demos"/>                  
-        <show log="samples"/>                
-    </steps>                                 
-</build>                                     
-                                             
-<build>                                      
-    <name>wxOS2 Trunk GCC</name>             
-    <builddir>psh_os2_trunk_gcc</builddir>   
-                                             
-    <steps>                                  
-        <extractlogs/>                       
-        <show log="compiler"/>               
-        <show log="update"/>                 
-        <show log="configure"/>              
-        <show log="compile"/>                
-        <show log="demos"/>                  
-        <show log="samples"/>                
-    </steps>                                 
-</build>                                     
-                                             
-<build>                                      
-    <name>wxOS2 Trunk OpenWatcom</name>      
-    <builddir>psh_os2_trunk_ow</builddir>    
-                                             
-    <steps>                                  
-        <extractlogs/>                       
-        <show log="compiler"/>               
-        <show log="update"/>                 
-        <show log="configure"/>              
-        <show log="compile"/>                
-        <show log="demos"/>                  
-        <show log="samples"/>                
-    </steps>                                 
-</build>                                     
+<build>
+    <name>wxOS2 Stable OpenWatcom</name>
+    <builddir>psh_os2_stable_ow</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="compiler"/>
+        <show log="update"/>
+        <show log="configure"/>
+        <show log="compile"/>
+        <show log="demos"/>
+        <show log="samples"/>
+    </steps>
+</build>
+
+<build>
+    <name>wxOS2 Trunk GCC</name>
+    <builddir>psh_os2_trunk_gcc</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="compiler"/>
+        <show log="update"/>
+        <show log="configure"/>
+        <show log="compile"/>
+        <show log="demos"/>
+        <show log="samples"/>
+    </steps>
+</build>
+
+<build>
+    <name>wxOS2 Trunk OpenWatcom</name>
+    <builddir>psh_os2_trunk_ow</builddir>
+
+    <steps>
+        <extractlogs/>
+        <show log="compiler"/>
+        <show log="update"/>
+        <show log="configure"/>
+        <show log="compile"/>
+        <show log="demos"/>
+        <show log="samples"/>
+    </steps>
+</build>
 
 <build>
     <name>Solaris-HEAD-GTK1</name>
index 8fb70e4dddbd14a523665c8a54f59b111d63df7f..4dd91096b1bf8927a9c4e01022f2029b63b73de7 100755 (executable)
@@ -145,7 +145,7 @@ preprocess()
         return 1
     fi
 }
-        
+
 validate()
 {
     NAME="$1"
@@ -174,7 +174,7 @@ while [ $# -gt 0 ]; do
         errout "$NAME" >&2
         ERR=1
     }
-            
+
     rm -f "$XSLT" "$PREP" "$STDERR"
 
     shift