[Groonga-mysql-commit] mroonga/mroonga at c0c2105 [master] deb: drop unsupported '-V' option

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Aug 26 13:22:26 JST 2013


HAYASHI Kentaro	2013-08-26 13:22:26 +0900 (Mon, 26 Aug 2013)

  New Revision: c0c210541fd8fb3c1a3607f44b34d3aa4e51e770
  https://github.com/mroonga/mroonga/commit/c0c210541fd8fb3c1a3607f44b34d3aa4e51e770

  Message:
    deb: drop unsupported '-V' option

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

  Modified: packages/apt/build-deb.sh (+3 -3)
===================================================================
--- packages/apt/build-deb.sh    2013-08-25 01:02:09 +0900 (f95ae08)
+++ packages/apt/build-deb.sh    2013-08-26 13:22:26 +0900 (bf7ad6e)
@@ -22,7 +22,7 @@ run()
 grep '^deb ' /etc/apt/sources.list | \
     sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list
 
-run apt-get update -V
+run apt-get update
 run apt-get install -V -y lsb-release
 distribution=$(lsb_release --id --short)
 code_name=$(lsb_release --codename --short)
@@ -46,7 +46,7 @@ EOF
     run apt-get -V -y --allow-unauthenticated install groonga-keyring
 fi
 
-run apt-get update -V
+run apt-get update
 run apt-get upgrade -V -y
 
 security_list=/etc/apt/sources.list.d/security.list
@@ -87,7 +87,7 @@ if [ ! -f "$universe_list}" ]; then
 fi
 
 run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
-run apt-get build-dep -V -y ${mysql_server_package}
+run apt-get build-dep -y ${mysql_server_package}
 run apt-get clean
 
 if ! id $USER_NAME >/dev/null 2>&1; then
-------------- next part --------------
HTML����������������������������...
下载 



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