Kouhei Sutou
null+****@clear*****
Fri Aug 9 19:12:06 JST 2013
Kouhei Sutou 2013-08-09 19:12:06 +0900 (Fri, 09 Aug 2013) New Revision: bfa0c451d31f6d9a6b7360a566b11573733b5a40 https://github.com/mroonga/mroonga/commit/bfa0c451d31f6d9a6b7360a566b11573733b5a40 Message: travis: update before install It may fix the following error: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/m/mysql-5.5/mysql-testsuite-5.5_5.5.31-0ubuntu0.12.04.2_amd64.deb 404 Not Found [IP: 2001:67c:1562::13 80] Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/m/mysql-5.5/mysql-testsuite_5.5.31-0ubuntu0.12.04.2_all.deb 404 Not Found [IP: 2001:67c:1562::13 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Modified files: tools/travis/install.sh Modified: tools/travis/install.sh (+1 -0) =================================================================== --- tools/travis/install.sh 2013-08-09 19:09:18 +0900 (16bb05a) +++ tools/travis/install.sh 2013-08-09 19:12:06 +0900 (0064f18) @@ -51,6 +51,7 @@ else series=$(echo "$version" | sed -e 's/\.[0-9]*\(-[a-z]*\)\?$//g') case "$MYSQL_VERSION" in mysql-*) + sudo apt-get -qq update sudo apt-get -qq -y build-dep mysql-server if [ "$version" = "system" ]; then sudo apt-get -qq -y install mysql-server mysql-testsuite -------------- next part -------------- HTML����������������������������...Download