[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: remove needless --force-yes

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Oct 4 10:44:16 JST 2012


HAYASHI Kentaro	2012-06-28 11:25:25 +0900 (Thu, 28 Jun 2012)

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

  Log:
    apt: remove needless --force-yes

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

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2012-06-28 10:21:40 +0900 (52da204)
+++ packages/apt/build-deb.sh    2012-06-28 11:25:25 +0900 (830e50e)
@@ -86,7 +86,7 @@ if [ ! -f "$universe_list}" ]; then
     esac
 fi
 
-run apt-get install -V -y --force-yes devscripts ${DEPENDED_PACKAGES}
+run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
 run apt-get build-dep -V -y ${mysql_server_package}
 run apt-get clean
 
-------------- next part --------------
HTML����������������������������...
Download 



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