[Groonga-mysql-commit] mroonga/mroonga at 017b2e0 [master] travis: update before install

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 9 19:09:18 JST 2013


Kouhei Sutou	2013-08-09 19:09:18 +0900 (Fri, 09 Aug 2013)

  New Revision: 017b2e00de2bcf1669d672ec51abc81f329a03f0
  https://github.com/mroonga/mroonga/commit/017b2e00de2bcf1669d672ec51abc81f329a03f0

  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::15 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::15 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 18:50:37 +0900 (99253e2)
+++ tools/travis/install.sh    2013-08-09 19:09:18 +0900 (16bb05a)
@@ -83,6 +83,7 @@ else
 deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
+	    sudo apt-get -qq update
 	    sudo apt-get -qq -y build-dep mysql-server
 	    sudo apt-get -qq -y install mysql-server mysql-testsuite
 	    apt-get -qq source mysql-server
-------------- next part --------------
HTML����������������������������...
Download 



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