[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] travis: check apt-lines

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:44:59 JST 2012


Kouhei Sutou	2012-08-09 22:44:48 +0900 (Thu, 09 Aug 2012)

  New Revision: 0a8b1a51648eb87739816eccc6f194f62c483ddd
  https://github.com/mroonga/mroonga/commit/0a8b1a51648eb87739816eccc6f194f62c483ddd

  Log:
    travis: check apt-lines

  Modified files:
    tools/travis_before_script.sh

  Modified: tools/travis_before_script.sh (+2 -1)
===================================================================
--- tools/travis_before_script.sh    2012-08-09 22:44:39 +0900 (b5ae980)
+++ tools/travis_before_script.sh    2012-08-09 22:44:48 +0900 (6ab98ca)
@@ -8,7 +8,8 @@ cd vendor
 if [ "$MYSQL_VERSION" = "system" ]; then
     sudo apt-get -y build-dep mysql-server
     apt-cache show mysql-server
-    grep -r mysql-5.1 /var/lib/apt/lists/
+    sudo cat /etc/apt/sources.list
+    sudo cat /etc/apt/sources.list.d/*.list
     apt-get source mysql-server
     ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
     cd mysql
-------------- next part --------------
HTML����������������������������...
Download 



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