Kentaro Hayashi 2019-02-19 12:16:53 +0900 (Tue, 19 Feb 2019) Revision: ee2f51fc8b01bc7d185678e70523bcc07a70c824 https://github.com/mroonga/mroonga/commit/ee2f51fc8b01bc7d185678e70523bcc07a70c824 Message: travis: use latest mysql-apt-config Because gpg key is updated. Modified files: tools/travis/install.sh Modified: tools/travis/install.sh (+1 -1) =================================================================== --- tools/travis/install.sh 2019-02-18 13:36:56 +0900 (3c89f06b) +++ tools/travis/install.sh 2019-02-19 12:16:53 +0900 (b70a1029) @@ -111,7 +111,7 @@ else apt-get source mysql-server ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql else - repository_deb=mysql-apt-config_0.8.10-1_all.deb + repository_deb=mysql-apt-config_0.8.12-1_all.deb curl -O http://repo.mysql.com/${repository_deb} sudo env MYSQL_SERVER_VERSION=mysql-${series} \ dpkg -i ${repository_deb} -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190219/6e925e72/attachment.html>