List:Internals« Previous MessageNext Message »
From:mwagner Date:May 9 2005 10:05am
Subject:bk commit into 5.0 tree (mwagner:1.1950)
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.1950 05/05/09 12:05:13 mwagner@stripped +1 -0
  make_binary_distribution.sh:
    - Print the platform name for the build logs.

  scripts/make_binary_distribution.sh
    1.84 05/05/09 12:04:39 mwagner@stripped +4 -0
    - Print the platform name for the build logs.

# 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.83/scripts/make_binary_distribution.sh	2005-05-08 23:00:59 +02:00
+++ 1.84/scripts/make_binary_distribution.sh	2005-05-09 12:04:39 +02:00
@@ -312,6 +312,10 @@
 
 # Change the distribution to a long descriptive name
 NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-$version-$system-$machine$SUFFIX
+
+# Print the platform name for build logs
+echo "PLATFORM NAME: $system-$machine"
+
 BASE2=$TMP/$NEW_NAME
 rm -r -f $BASE2
 mv $BASE $BASE2
Thread
bk commit into 5.0 tree (mwagner:1.1950)mwagner9 May