[M3devel] Short status of CM3 Hudson regression testing on opencsw.org machines

Olaf Wagner wagner at elegosoft.com
Thu Aug 12 20:42:42 CEST 2010


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




More information about the M3devel mailing list