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