[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] use Ubuntu host in Japan.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:18 JST 2012


Kouhei Sutou	2010-08-25 09:59:50 +0900 (Wed, 25 Aug 2010)

  New Revision: 5ac4a364ddbcd5b8e7bbec5f38042fd9010cf724
  https://github.com/mroonga/mroonga/commit/5ac4a364ddbcd5b8e7bbec5f38042fd9010cf724

  Log:
    use Ubuntu host in Japan.

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

  Modified: apt/build-in-chroot.sh (+3 -1)
===================================================================
--- apt/build-in-chroot.sh    2010-08-24 22:08:10 +0900 (490c893)
+++ apt/build-in-chroot.sh    2010-08-25 09:59:50 +0900 (b672759)
@@ -42,7 +42,9 @@ build_chroot()
 	    run_sudo sed -i'' -e 's/us/jp/' $base_dir/etc/apt/sources.list
 	    ;;
 	*)
-	    run_sudo sed -i'' -e 's/main$/main universe/' \
+	    run_sudo sed -i'' \
+		-e 's,http://archive,http://jp.archive,' \
+		-e 's/main$/main universe/' \
 		$base_dir/etc/apt/sources.list
 	    ;;
     esac
-------------- next part --------------
HTML����������������������������...
Download 



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