blob: 28492c1d51195a790ae0b05049d05a28aa609222 [file] [log] [blame]
david_williamsf8e4d5a2006-11-19 18:50:05 +00001#!/bin/sh
2
3./stopBuilds.sh
4
5
6# now, restart CC's
7echo "restarting CruiseControl"
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"
david_williams42f9b242006-11-27 18:45:14 +000015ps x ww | grep java
david_williamsf8e4d5a2006-11-19 18:50:05 +000016
17