blob: 7df4e95ffb65cf9578b2cb76727731e8d5832062 [file] [log] [blame]
david_williams2f293a02006-05-19 13:51:59 +00001#!/bin/sh
2
3./stopBuilds.sh
4
5
6# now, restart CC's
7echo "restarting Cruise Controls"
8./startbuild.sh
9
10
11# and list our processes for a warm fuzzy, we pause briefly, since in some
12# error conditions, they will start, but then shutdown a few seconds later
13sleep 10s
14echo "current java processes"
15ps -u wtpBuild -f -w -w | grep java
16
17