List:Internals« Previous MessageNext Message »
From:mwagner Date:May 8 2005 9:03pm
Subject:bk commit into 5.0 tree (mwagner:1.1949)
View as plain text  
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

ChangeSet
  1.1949 05/05/08 23:02:50 mwagner@stripped +2 -0
  make_binary_distribution.sh:
    - Remove vendor tag from package names.
    - Map standard OS names to user-friendly versions.

  BitKeeper/etc/logging_ok
    1.321 05/05/08 23:02:49 mwagner@stripped +1 -0
    Logging to logging@stripped accepted

  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

--- 1.320/BitKeeper/etc/logging_ok	2005-05-08 02:56:22 +02:00
+++ 1.321/BitKeeper/etc/logging_ok	2005-05-08 23:02:49 +02:00
@@ -181,6 +181,7 @@
 mwagner@stripped
 mwagner@stripped
 mwagner@stripped
+mwagner@stripped
 mwagner@stripped
 mydev@stripped
 mysql@home.(none)
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