[Groonga-commit] groonga/groonga [master] use jp.archive.ubuntu.com if available.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 25日 (水) 21:52:56 JST


Kouhei Sutou	2010-08-25 12:52:56 +0000 (Wed, 25 Aug 2010)

  New Revision: c9d07570f400320e64d42beadc2e93d701425f9e

  Log:
    use jp.archive.ubuntu.com if available.

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

  Modified: apt/build-in-chroot.sh (+3 -1)
===================================================================
--- apt/build-in-chroot.sh    2010-08-25 10:46:51 +0000 (38ae66f)
+++ apt/build-in-chroot.sh    2010-08-25 12:52:56 +0000 (141bf33)
@@ -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




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