[Groonga-mysql-commit] mroonga/mroonga at d91eca6 [master] travis: update key for MariaDB

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


Kouhei Sutou	2019-03-25 09:52:55 +0900 (Mon, 25 Mar 2019)

  Revision: d91eca6df5c20b281eb331bc02db7cc39c1d9d25
  https://github.com/mroonga/mroonga/commit/d91eca6df5c20b281eb331bc02db7cc39c1d9d25

  Message:
    travis: update key for MariaDB

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2019-03-25 09:47:48 +0900 (2f6df416)
+++ tools/travis/install.sh    2019-03-25 09:52:55 +0900 (3b385b18)
@@ -38,7 +38,7 @@ setup_mariadb_apt()
 deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
-  sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
+  sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
   sudo apt -qq update
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/b396cb22/attachment.html>


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