Kouhei Sutou
null+****@clear*****
Mon Feb 20 22:21:18 JST 2017
Kouhei Sutou 2017-02-20 22:21:18 +0900 (Mon, 20 Feb 2017) New Revision: 17a4977d34e2b432700f29126108bb0b0d589745 https://github.com/mroonga/mroonga/commit/17a4977d34e2b432700f29126108bb0b0d589745 Message: travis: use the latest mysql-apt-config Modified files: tools/travis/install.sh Modified: tools/travis/install.sh (+2 -2) =================================================================== --- tools/travis/install.sh 2017-02-20 17:44:52 +0900 (8486d2e) +++ tools/travis/install.sh 2017-02-20 22:21:18 +0900 (787b3fe) @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright(C) 2012-2016 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2012-2017 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -98,7 +98,7 @@ else apt-get -qq source mysql-server ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql else - repository_deb=mysql-apt-config_0.7.3-1_all.deb + repository_deb=mysql-apt-config_0.8.2-1_all.deb curl -O http://repo.mysql.com/${repository_deb} sudo env MYSQL_SERVER_VERSION=mysql-${series} \ dpkg -i ${repository_deb} -------------- next part -------------- HTML����������������������������...Download