[Groonga-commit] groonga/gcs [master] deb: use unstable instead of sid for code name in groonga's apt repository

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Aug 28 13:40:15 JST 2012


Kouhei Sutou	2012-08-28 13:40:15 +0900 (Tue, 28 Aug 2012)

  New Revision: 584b677e7efcd67f592a38d456ceb4981385e45b
  https://github.com/groonga/gcs/commit/584b677e7efcd67f592a38d456ceb4981385e45b

  Log:
    deb: use unstable instead of sid for code name in groonga's apt repository

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+12 -2)
===================================================================
--- packages/apt/build-deb.sh    2012-08-28 12:57:18 +0900 (119871d)
+++ packages/apt/build-deb.sh    2012-08-28 13:40:15 +0900 (d7e1a84)
@@ -64,9 +64,19 @@ if [ ! -f "${groonga_list}" ]; then
 	    ;;
     esac
     downcased_distribtion=$(echo ${distribution} | tr A-Z a-z)
+
+    case ${code_name} in
+	sid)
+	    groonga_code_name=unstable
+	    ;;
+	*)
+	    groonga_code_name=${code_name}
+	    ;;
+    esac
+
     run cat <<EOF | run tee ${groonga_list}
-deb http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
-deb-src http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
+deb http://packages.groonga.org/${downcased_distribtion}/ ${groonga_code_name} ${component}
+deb-src http://packages.groonga.org/${downcased_distribtion}/ ${groonga_code_name} ${component}
 EOF
     apt-get update -V
     run apt-get -V -y --allow-unauthenticated install groonga-keyring
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index