List:Internals« Previous MessageNext Message »
From:Boyd Lynn Gerber Date:May 9 2005 2:24am
Subject:Re: bk commit into 5.0 tree (mwagner:1.1949)
View as plain text  
On Sun, 8 May 2005 mwagner@stripped wrote:
> Below is the list of changes that have just been committed into a local
> 5.0 repository of mwagner. When mwagner does a push these changes will
> be propagated to the main repository and, within 24 hours after the
> push, to the public repository.
> For information on how to access the public repository
> see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
>   scripts/make_binary_distribution.sh
>     1.83 05/05/08 23:00:59 mwagner@stripped +16 -0
>     - Remove vendor tag from package names.
>     - Map standard OS names to user-friendly versions.
> 
> # This is a BitKeeper patch.  What follows are the unified diffs for the
> # set of deltas contained in the patch.  The rest of the patch, the part
> # that BitKeeper cares about, is below these diffs.
> # User:	mwagner
> # Host:	ultrafly.mysql.com
> # Root:	/Users/mwagner/work/bk/mysql-5.0
> 
> --- 1.82/scripts/make_binary_distribution.sh	2005-04-18 10:07:47 +02:00
> +++ 1.83/scripts/make_binary_distribution.sh	2005-05-08 23:00:59 +02:00
> @@ -294,6 +294,22 @@
>    rm -rf $BASE/ndb-stage
>  fi
>  
> +# Remove vendor from $system
> +system=`echo $system | sed -e 's/[a-z]*-\(.*\)/\1/g'`
> +
> +# Map OS names to "our" OS names (eg. darwin6.8 -> osx10.2)
> +system=`echo $system | sed -e 's/darwin6.*/osx10.2/g'`
> +system=`echo $system | sed -e 's/darwin7.*/osx10.3/g'`
> +system=`echo $system | sed -e 's/darwin8.*/osx10.4/g'`
> +system=`echo $system | sed -e 's/\(aix4.3\).*/\1/g'`
> +system=`echo $system | sed -e 's/\(aix5.1\).*/\1/g'`
> +system=`echo $system | sed -e 's/\(aix5.2\).*/\1/g'`
> +system=`echo $system | sed -e 's/\(aix5.3\).*/\1/g'`
> +system=`echo $system | sed -e 's/osf5.1b/tru64/g'`
> +system=`echo $system | sed -e 's/linux-gnu/linux/g'`
> +system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'`
> +system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
> +
>  # Change the distribution to a long descriptive name
>  NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-$version-$system-$machine$SUFFIX
>  BASE2=$TMP/$NEW_NAME
> 

Could you use openserver5 instead of openserver?  SCO will soon be 
releasing OpenServer 6.0.0 which is closer to UnixWare 7 than OpenServer 
5.0.7 all though 99.9% of programs for Xenix, prior Unix versions, Open 
Desktop (ODT), Open Server and OpenServer do run.  It has build in kernel 
threads based on UnixWare threads and avoids the bit falls of User threads 
which are currently being used.  I have some patches for it but I have 
been waiting for a release date.  I am under NDA so I can not give a lot 
of details but with the configure.in patches I have it builds and works 
similar to UnixWare 7.1.4.  It is free from all the OpenServer Bugs.  It 
has very good performance.

Thanks,

--
Boyd Gerber <gerberb@stripped>
ZENEZ	1042 East Fort Union #135, Midvale Utah  84047
Thread
bk commit into 5.0 tree (mwagner:1.1949)mwagner8 May
  • Re: bk commit into 5.0 tree (mwagner:1.1949)Boyd Lynn Gerber9 May
    • Re: bk commit into 5.0 tree (mwagner:1.1949)Matt Wagner9 May