<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Please check it in where I put the python/java wrapper, thanks.<br><br> - Jay<br><br><br>> Date: Thu, 12 Aug 2010 20:42:42 +0200<br>> From: wagner@elegosoft.com<br>> To: dam@opencsw.org<br>> CC: m3devel@elegosoft.com<br>> Subject: Re: [M3devel] Short status of CM3 Hudson regression testing on opencsw.org machines<br>> <br>> I have done that now which seems to work:<br>> <br>> -bash-4.1$ cat ~/bin/cvs<br>> #!/bin/sh<br>> <br>> CVSEXE=/opt/csw/cvs-feature/bin/cvs<br>> <br>> if [ ! -x $CVSEXE ]; then<br>> CVSEXE=/opt/csw/bin/cvs<br>> fi<br>> if [ ! -x $CVSEXE ]; then<br>> echo "$CVSEXE not executable" 1>&2<br>> exit 1<br>> fi<br>> if [ `uname -n` = "current10x" ]; then<br>> args=`echo "$@" | sed -e 's/-z3 update/update/'`<br>> echo "$CVSEXE $args"<br>> exec $CVSEXE $args<br>> else<br>> echo "$CVSEXE $@"<br>> exec $CVSEXE $@<br>> fi<br>> <br>> Olaf<br>> -- <br>> Olaf Wagner -- elego Software Solutions GmbH<br>> Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany<br>> phone: +49 30 23 45 86 96 mobile: +49 177 2345 869 fax: +49 30 23 45 86 95<br>> http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin<br>> Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194<br>> <br> </body>
</html>