blob: 7df4e95ffb65cf9578b2cb76727731e8d5832062 [file] [log] [blame]
#!/bin/sh
./stopBuilds.sh
# now, restart CC's
echo "restarting Cruise Controls"
./startbuild.sh
# and list our processes for a warm fuzzy, we pause briefly, since in some
# error conditions, they will start, but then shutdown a few seconds later
sleep 10s
echo "current java processes"
ps -u wtpBuild -f -w -w | grep java