What issue did this fix? I don't get it. Is kaffe misbehaving?

Also note the files are marked as binary so there's no diff.

Cheers,

LSD

On 24-07-2005 23:52, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Author: ajack
> Date: Sun Jul 24 14:52:29 2005
> New Revision: 224663
> 
> URL: http://svn.apache.org/viewcvs?rev=224663&view=rev
> Log:
> 1) Allow pre and post run (but inside lock) scripts, e.g. to build Kaffe.
> 2) Send SIG_ABORT before SIG_KILL (e.g. to get a core for a hanging Kaffe.)
> 
> Modified:
>     gump/trunk/cron/gump.bat
>     gump/trunk/cron/gump.py
>     gump/trunk/cron/gump.sh
> 
> Modified: gump/trunk/cron/gump.bat
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.bat?rev=224663&r1=224662&r2
> =224663&view=diff
> ==============================================================================
> Binary files - no diff available.
> 
> Modified: gump/trunk/cron/gump.py
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.py?rev=224663&r1=224662&r2=
> 224663&view=diff
> ==============================================================================
> Binary files - no diff available.
> 
> Modified: gump/trunk/cron/gump.sh
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.sh?rev=224663&r1=224662&r2=
> 224663&view=diff
> ==============================================================================
> --- gump/trunk/cron/gump.sh (original)
> +++ gump/trunk/cron/gump.sh Sun Jul 24 14:52:29 2005
> @@ -36,6 +36,8 @@
>  if [ -e  $HOST_LOCAL_ENV ] ; then
> . $HOST_LOCAL_ENV
>  fi
> +export HOST_LOCAL_PRE_RUN=local-pre-run-${GUMP_HOST}.sh
> +export HOST_LOCAL_POST_RUN=local-post-run-${GUMP_HOST}.sh
>  
>  if [ "" == "$GUMP_PYTHON" ] ; then
>    export GUMP_PYTHON="`which python2.3`"
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to