[Groonga-commit] groonga/groonga [master] [debian] support wheezy.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 28日 (月) 23:35:12 JST


Kouhei Sutou	2011-03-28 14:35:12 +0000 (Mon, 28 Mar 2011)

  New Revision: 4bd62bbfa8d384ff52f2c67d93f95b855d5e9fa3

  Log:
    [debian] support wheezy.

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

  Modified: apt/build-in-chroot.sh (+1 -1)
===================================================================
--- apt/build-in-chroot.sh    2011-03-28 14:23:14 +0000 (35b8f75)
+++ apt/build-in-chroot.sh    2011-03-28 14:35:12 +0000 (23af00d)
@@ -78,7 +78,7 @@ build()
     fi
 
     case ${code_name} in
-	lenny|squeeze|unstable)
+	lenny|squeeze|wheezy|unstable)
 	    distribution=debian
 	    component=main
 	    ;;

  Modified: apt/sign-repository.sh (+1 -1)
===================================================================
--- apt/sign-repository.sh    2011-03-28 14:23:14 +0000 (da5f905)
+++ apt/sign-repository.sh    2011-03-28 14:35:12 +0000 (ef85c79)
@@ -21,7 +21,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	lenny|squeeze|unstable)
+	lenny|squeeze|wheezy|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: apt/update-repository.sh (+1 -1)
===================================================================
--- apt/update-repository.sh    2011-03-28 14:23:14 +0000 (2ff0413)
+++ apt/update-repository.sh    2011-03-28 14:35:12 +0000 (88d3f0b)
@@ -108,7 +108,7 @@ EOF
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	lenny|squeeze|unstable)
+	lenny|squeeze|wheezy|unstable)
 	    distribution=debian
 	    component=main
 	    ;;




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