[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: generate log file for non parallel build

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Oct 4 10:44:02 JST 2012


HAYASHI Kentaro	2012-06-27 13:49:17 +0900 (Wed, 27 Jun 2012)

  New Revision: 52ab6b71b5e06312662ae06c05b1cd276b2dfed5
  https://github.com/mroonga/mroonga/commit/52ab6b71b5e06312662ae06c05b1cd276b2dfed5

  Log:
    apt: generate log file for non parallel build

  Modified files:
    packages/apt/build-in-chroot.sh

  Modified: packages/apt/build-in-chroot.sh (+3 -1)
===================================================================
--- packages/apt/build-in-chroot.sh    2012-06-27 13:47:47 +0900 (ba8fb00)
+++ packages/apt/build-in-chroot.sh    2012-06-27 13:49:17 +0900 (095ef30)
@@ -122,7 +122,9 @@ for architecture in $ARCHITECTURES; do
 	if test "$parallel" = "yes"; then
 	    build $architecture $code_name &
 	else
-	    build $architecture $code_name
+	    mkdir -p tmp
+	    build_log=tmp/build-$code_name-$architecture.log
+	    build $architecture $code_name 2>&1 | tee $build_log
 	fi;
     done;
 done
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index