null+****@clear*****
null+****@clear*****
2012年 6月 27日 (水) 13:49:17 JST
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$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download