null+****@clear*****
null+****@clear*****
2012年 3月 18日 (日) 00:43:22 JST
Kouhei Sutou 2012-03-18 00:43:22 +0900 (Sun, 18 Mar 2012)
New Revision: 9d08381dc4f964163a5f6f23b7fb7e894b58f8ec
Log:
apt: use also security repository
Modified files:
packages/apt/build-in-chroot.sh
Modified: packages/apt/build-in-chroot.sh (+1 -0)
===================================================================
--- packages/apt/build-in-chroot.sh 2012-03-17 23:06:32 +0900 (23af00d)
+++ packages/apt/build-in-chroot.sh 2012-03-18 00:43:22 +0900 (7a1fca9)
@@ -51,6 +51,7 @@ build_chroot()
run_sudo sed -i'' \
-e 's,http://archive,http://jp.archive,' \
-e 's/main$/main universe/' \
+ -e "\$adeb http://security.ubuntu.com/ubuntu ${code_name}-security main universe" \
$base_dir/etc/apt/sources.list
;;
esac