From d5940c63eb9d6616a7ff0ba18aa589655f6294ee Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 15 Apr 2008 12:16:40 +0000 Subject: [PATCH 1/1] Just whitespace fixes, no change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/buildbot.css | 6 +- build/buildbot/config/include/push.xml | 2 +- build/buildbot/config/include/testdrive.xml | 2 +- build/buildbot/config/push.xml | 109 +++++++++----------- build/buildbot/tools/check.sh | 4 +- 5 files changed, 53 insertions(+), 70 deletions(-) diff --git a/build/buildbot/config/buildbot.css b/build/buildbot/config/buildbot.css index 84e89ba511..d87cba456e 100644 --- a/build/buildbot/config/buildbot.css +++ b/build/buildbot/config/buildbot.css @@ -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; } diff --git a/build/buildbot/config/include/push.xml b/build/buildbot/config/include/push.xml index 4d7041135b..86fc8b58e5 100644 --- a/build/buildbot/config/include/push.xml +++ b/build/buildbot/config/include/push.xml @@ -15,7 +15,7 @@ - - wxOS2 Stable GCC - psh_os2_stable_gcc - - - - - - - - - - - - - - wxOS2 Stable OpenWatcom - psh_os2_stable_ow - - - - - - - - - - - - - - wxOS2 Trunk GCC - psh_os2_trunk_gcc - - - - - - - - - - - - - - wxOS2 Trunk OpenWatcom - psh_os2_trunk_ow - - - - - - - - - - - + + wxOS2 Stable OpenWatcom + psh_os2_stable_ow + + + + + + + + + + + + + + wxOS2 Trunk GCC + psh_os2_trunk_gcc + + + + + + + + + + + + + + wxOS2 Trunk OpenWatcom + psh_os2_trunk_ow + + + + + + + + + + + Solaris-HEAD-GTK1 diff --git a/build/buildbot/tools/check.sh b/build/buildbot/tools/check.sh index 8fb70e4ddd..4dd91096b1 100755 --- a/build/buildbot/tools/check.sh +++ b/build/buildbot/tools/check.sh @@ -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 -- 2.45.2