[M3devel] Short status of CM3 Hudson regression testing on opencsw.org machines
Jay K
jay.krell at cornell.edu
Thu Aug 12 23:32:37 CEST 2010
Please check it in where I put the python/java wrapper, thanks.
- Jay
> Date: Thu, 12 Aug 2010 20:42:42 +0200
> From: wagner at elegosoft.com
> To: dam at opencsw.org
> CC: m3devel at elegosoft.com
> Subject: Re: [M3devel] Short status of CM3 Hudson regression testing on opencsw.org machines
>
> I have done that now which seems to work:
>
> -bash-4.1$ cat ~/bin/cvs
> #!/bin/sh
>
> CVSEXE=/opt/csw/cvs-feature/bin/cvs
>
> if [ ! -x $CVSEXE ]; then
> CVSEXE=/opt/csw/bin/cvs
> fi
> if [ ! -x $CVSEXE ]; then
> echo "$CVSEXE not executable" 1>&2
> exit 1
> fi
> if [ `uname -n` = "current10x" ]; then
> args=`echo "$@" | sed -e 's/-z3 update/update/'`
> echo "$CVSEXE $args"
> exec $CVSEXE $args
> else
> echo "$CVSEXE $@"
> exec $CVSEXE $@
> fi
>
> Olaf
> --
> Olaf Wagner -- elego Software Solutions GmbH
> Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
> phone: +49 30 23 45 86 96 mobile: +49 177 2345 869 fax: +49 30 23 45 86 95
> http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
> Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20100812/b7e19049/attachment-0002.html>
More information about the M3devel
mailing list