|
From: <mba...@us...> - 2006-08-26 18:00:58
|
Revision: 1590 Author: mbarchfe Date: 2006-08-26 11:00:50 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1590&view=rev Log Message: ----------- stop script Added Paths: ----------- trunk/org.rubypeople.rdt.build/cruiseControl/stopCC.sh Added: trunk/org.rubypeople.rdt.build/cruiseControl/stopCC.sh =================================================================== --- trunk/org.rubypeople.rdt.build/cruiseControl/stopCC.sh (rev 0) +++ trunk/org.rubypeople.rdt.build/cruiseControl/stopCC.sh 2006-08-26 18:00:50 UTC (rev 1590) @@ -0,0 +1,3 @@ +#!/bin/sh +pgid=`ps -ef | grep [s]tartCC | awk '{print $2}'` +kill `ps -eo pgid,pid | grep $pgid | awk '{print $2}'` Property changes on: trunk/org.rubypeople.rdt.build/cruiseControl/stopCC.sh ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |