[Groonga-mysql-commit] mroonga/mroonga at 5a0bfa2 [master] apt: remove needless "-V"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Apr 29 00:31:36 JST 2014


Kouhei Sutou	2014-04-29 00:31:36 +0900 (Tue, 29 Apr 2014)

  New Revision: 5a0bfa20c14d5e3a9a09f003fd839b8e6b3d3cf8
  https://github.com/mroonga/mroonga/commit/5a0bfa20c14d5e3a9a09f003fd839b8e6b3d3cf8

  Message:
    apt: remove needless "-V"

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

  Modified: packages/apt/build-deb.sh (+3 -3)
===================================================================
--- packages/apt/build-deb.sh    2014-04-29 00:06:11 +0900 (bf7ad6e)
+++ packages/apt/build-deb.sh    2014-04-29 00:31:36 +0900 (7492e18)
@@ -42,7 +42,7 @@ if [ ! -f "${groonga_list}" ]; then
 deb http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
 deb-src http://packages.groonga.org/${downcased_distribtion}/ ${code_name} ${component}
 EOF
-    apt-get update -V
+    apt-get update
     run apt-get -V -y --allow-unauthenticated install groonga-keyring
 fi
 
@@ -72,7 +72,7 @@ EOF
 	    ;;
     esac
 
-    run apt-get update -V
+    run apt-get update
     run apt-get upgrade -V -y
 fi
 
@@ -81,7 +81,7 @@ if [ ! -f "$universe_list}" ]; then
     case ${distribution} in
 	Ubuntu)
 	    sed -e 's/main/universe/' /etc/apt/sources.list > ${universe_list}
-	    run apt-get update -V
+	    run apt-get update
 	    ;;
     esac
 fi
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る