[Groonga-commit] groonga/groonga [master] travis: remove libzmq3 package explicitly which is installed in advance

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Mar 13 16:01:55 JST 2013


HAYASHI Kentaro	2013-03-13 16:01:55 +0900 (Wed, 13 Mar 2013)

  New Revision: 6a2b468eb33d76f4fa0e6bee30a9d3f5df6a2d93
  https://github.com/groonga/groonga/commit/6a2b468eb33d76f4fa0e6bee30a9d3f5df6a2d93

  Message:
    travis: remove libzmq3 package explicitly which is installed in advance
    
    The libzmq3 package is installed in advance on Travis CI environment.
    It conflicts with libzmq1 pacakge which is required by groonga

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -0)
===================================================================
--- data/travis/setup.sh    2013-03-12 07:24:53 +0900 (02d937c)
+++ data/travis/setup.sh    2013-03-13 16:01:55 +0900 (1e2ce6a)
@@ -44,6 +44,7 @@ deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
 
+    sudo apt-get purge libzmq3
     sudo apt-get update -qq
     sudo apt-get install -qq -y --allow-unauthenticated groonga-keyring
     sudo apt-get update -qq
-------------- next part --------------
HTML����������������������������...
Download 



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