[Groonga-mysql-commit] mroonga/mroonga at 1a093e2 [master] apt: support Debian 8.0 (jessie)

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri May 24 09:14:47 JST 2013


HAYASHI Kentaro	2013-05-24 09:14:47 +0900 (Fri, 24 May 2013)

  New Revision: 1a093e2503977be07ae6ce4eb9b43b292688f9e5
  https://github.com/mroonga/mroonga/commit/1a093e2503977be07ae6ce4eb9b43b292688f9e5

  Message:
    apt: support Debian 8.0 (jessie)

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

  Modified: packages/apt/build-in-chroot.sh (+2 -2)
===================================================================
--- packages/apt/build-in-chroot.sh    2013-05-24 09:11:59 +0900 (84e5caa)
+++ packages/apt/build-in-chroot.sh    2013-05-24 09:14:47 +0900 (ab5cc58)
@@ -46,7 +46,7 @@ build_chroot()
     run_sudo debootstrap --arch $architecture $code_name $base_dir
 
     case $code_name in
-	squeeze|wheezy|unstable)
+	squeeze|wheezy|jessie|unstable)
 	    run_sudo sed -i'' -e 's/us/jp/' $base_dir/etc/apt/sources.list
 	    ;;
 	*)
@@ -80,7 +80,7 @@ build()
     fi
 
     case ${code_name} in
-	squeeze|wheezy|unstable)
+	squeeze|wheezy|jessie|unstable)
 	    distribution=debian
 	    component=main
 	    ;;

  Modified: packages/apt/sign-packages.sh (+1 -1)
===================================================================
--- packages/apt/sign-packages.sh    2013-05-24 09:11:59 +0900 (463b7de)
+++ packages/apt/sign-packages.sh    2013-05-24 09:14:47 +0900 (11a4aea)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|unstable)
+	squeeze|wheezy|jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/sign-repository.sh (+1 -1)
===================================================================
--- packages/apt/sign-repository.sh    2013-05-24 09:11:59 +0900 (5850129)
+++ packages/apt/sign-repository.sh    2013-05-24 09:14:47 +0900 (fb0de85)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|unstable)
+	squeeze|wheezy|jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/update-repository.sh (+1 -1)
===================================================================
--- packages/apt/update-repository.sh    2013-05-24 09:11:59 +0900 (9a3bc84)
+++ packages/apt/update-repository.sh    2013-05-24 09:14:47 +0900 (da1f8cd)
@@ -109,7 +109,7 @@ EOF
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|unstable)
+	squeeze|wheezy|jessie|unstable)
 	    distribution=debian
 	    component=main
 	    ;;
-------------- next part --------------
HTML����������������������������...
Download 



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