[Groonga-mysql-commit] mroonga/mroonga at 17dfc2e [master] travis: ensure purging existing MySQL

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Mar 25 09:57:29 JST 2019


Kouhei Sutou	2019-03-25 09:57:29 +0900 (Mon, 25 Mar 2019)

  Revision: 17dfc2e6d345d4a0a039ffb87d2ed5bb9449a6d0
  https://github.com/mroonga/mroonga/commit/17dfc2e6d345d4a0a039ffb87d2ed5bb9449a6d0

  Message:
    travis: ensure purging existing MySQL

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -1)
===================================================================
--- tools/travis/install.sh    2019-03-25 09:57:21 +0900 (3b385b18)
+++ tools/travis/install.sh    2019-03-25 09:57:29 +0900 (3e5d69d5)
@@ -113,7 +113,7 @@ else
         sudo env MYSQL_SERVER_VERSION=mysql-${series} \
              dpkg -i ${repository_deb}
         sudo apt -qq update
-        sudo apt -qq -y remove --purge mysql-common
+        sudo apt -qq -y purge mysql-common
         sudo apt -qq -y build-dep mysql-server
         sudo apt -qq -y install \
              mysql-server \
@@ -130,6 +130,7 @@ else
       ;;
     percona-server-*)
       setup_percona_apt
+      sudo apt -qq -y purge mysql-common
       sudo apt -qq -y build-dep percona-server-server-${series}
       sudo apt -qq -y install \
            percona-server-server-${series} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/92f74c6c/attachment-0001.html>


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