List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:July 16 2008 3:05pm
Subject:bzr commit into mysql-falcon branch (hakan:230)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  230 Hakan Kuecuekyilmaz	2008-07-16
      Do not overwrite build log.
modified:
  dbt2/weekly_dbt2_overview.sh

per-file messages:
  dbt2/weekly_dbt2_overview.sh
    Do not overwrite build log.
=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-07-16 14:55:41 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-07-16 15:05:56 +0000
@@ -245,13 +245,13 @@ echo "[Info] Starting Weekly DBT2 Overvi
 if [ $COMPILE = 'compile' ]; then
     if [ -a $BRANCH_CONTROL ]; then
         cd $FALCON
-        BUILD/autorun.sh
-        $MAKE distclean
+        BUILD/autorun.sh > $BUILD_LOG 2>&1
+        $MAKE distclean  >> $BUILD_LOG 2>&1
 
         case $PLATFORM in
             Linux)
                 # Linux gcc
-                source include/configure_linux_gcc.inc > $BUILD_LOG 2>&1
+                source include/configure_linux_gcc.inc >> $BUILD_LOG 2>&1
 
                 J=$(cat /proc/cpuinfo | grep processor | wc -l)
                 J=$(( $J + 1 ))
@@ -259,10 +259,10 @@ if [ $COMPILE = 'compile' ]; then
             SunOS)
                 if [ "$ARCH" = 'i86pc' ]; then
                     # Solaris/x86 gcc
-                    source include/configure_solaris_x86_gcc.inc > $BUILD_LOG 2>&1
+                    source include/configure_solaris_x86_gcc.inc >> $BUILD_LOG 2>&1
                 elif [ "$ARCH" =  'sun4v' ]; then
                     # Solaris/SPARC gcc
-                    source include/configure_solaris_sparc_gcc.inc > $BUILD_LOG 2>&1
+                    source include/configure_solaris_sparc_gcc.inc >> $BUILD_LOG 2>&1
                 fi
 
                 J=$(psrinfo  | wc -l)

Thread
bzr commit into mysql-falcon branch (hakan:230) Hakan Kuecuekyilmaz16 Jul