[Groonga-commit] groonga/groonga [master] apt: saves build log under current tmp directory

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 19日 (木) 02:44:38 JST


HAYASHI Kentaro	2012-07-19 02:44:38 +0900 (Thu, 19 Jul 2012)

  New Revision: 37b458ecd95b380b4594ca1018bf6fa3f9c73eb0
  https://github.com/groonga/groonga/commit/37b458ecd95b380b4594ca1018bf6fa3f9c73eb0

  Log:
    apt: saves build log under current tmp directory

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

  Modified: packages/apt/build-in-chroot.sh (+2 -1)
===================================================================
--- packages/apt/build-in-chroot.sh    2012-07-19 02:43:22 +0900 (819ff67)
+++ packages/apt/build-in-chroot.sh    2012-07-19 02:44:38 +0900 (095ef30)
@@ -122,7 +122,8 @@ for architecture in $ARCHITECTURES; do
 	if test "$parallel" = "yes"; then
 	    build $architecture $code_name &
 	else
-	    build_log=/tmp/build-$code_name-$architecture.log
+	    mkdir -p tmp
+	    build_log=tmp/build-$code_name-$architecture.log
 	    build $architecture $code_name 2>&1 | tee $build_log
 	fi;
     done;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index