List:Internals« Previous MessageNext Message »
From:tim Date:October 9 2001 1:04am
Subject:bk commit into 4.0 tree
View as plain text  
Below is the list of changes that have just been committed into a
4.0 repository of tim. When tim does a push, they will be propogated 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2001-10-09 03:04:32+02:00, tim@stripped
  mysql.spec.sh	fix typo in embedded section
  Do-rpm  	remove the file before doing a cp
  Do-rpm  	print out the log file name

  support-files/mysql.spec.sh
    1.38 01/10/09 03:03:59 tim@stripped +1 -1
    fix typo in embedded section

  Build-tools/Do-rpm
    1.17 01/10/09 03:02:38 tim@stripped +5 -2
    remove the file before doing a cp
    print out the log file name

# 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:	tim
# Host:	work.mysql.com
# Root:	/home/tim/my/4

--- 1.16/Build-tools/Do-rpm	Wed Oct  3 17:40:52 2001
+++ 1.17/Build-tools/Do-rpm	Tue Oct  9 03:02:38 2001
@@ -5,6 +5,7 @@
 function copy_to_bmachine
 {
  if [ x$local_build = x1 ]; then
+  rm -f $2
   cp $1 $2
  else
   scp $1 $owner@$bmachine:$2
@@ -14,6 +15,7 @@
 function copy_from_bmachine
 {
  if [ x$local_build = x1 ]; then
+  rm -f $2
   cp $1 $2
  else
   scp $owner@$bmachine:$1 $2
@@ -105,9 +107,10 @@
  exit 1
 fi
 
-echo "Building RPM for MySQL version $VER on $bmachine"
-
 log=$logdir/Log-RPM-`date +%y%m%d-%H%M`
+
+echo "Building RPM for MySQL version $VER on $bmachine"
+echo "Details in $log"
 
 (
 set -x

--- 1.37/support-files/mysql.spec.sh	Mon Oct  8 06:24:04 2001
+++ 1.38/support-files/mysql.spec.sh	Tue Oct  9 03:03:59 2001
@@ -148,7 +148,7 @@
 Obsoletes: embedded
 
-%description devel
+%description embedded
 This package contains the MySQL server as library.
 
 %{see_base}
Thread
bk commit into 4.0 treetim9 Oct