[Groonga-commit] groonga/groonga at f5b0d95 [master] travis: use https

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 29 14:54:09 JST 2017


Kouhei Sutou	2017-03-29 14:54:09 +0900 (Wed, 29 Mar 2017)

  New Revision: f5b0d95c86e97f5393213e8b9e6b8405d701153d
  https://github.com/groonga/groonga/commit/f5b0d95c86e97f5393213e8b9e6b8405d701153d

  Message:
    travis: use https

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+2 -2)
===================================================================
--- data/travis/setup.sh    2017-03-29 14:53:42 +0900 (b13bb94)
+++ data/travis/setup.sh    2017-03-29 14:54:09 +0900 (5d4e7a7)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2013-2016  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2013-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
@@ -39,7 +39,7 @@ else
     debian)
       code_name=$(lsb_release --short --codename)
       component=main
-      apt_url_base=http://packages.groonga.org
+      apt_url_base=https://packages.groonga.org
       cat <<EOF | sudo tee /etc/apt/sources.list.d/groonga.list
 deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
 deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
-------------- next part --------------
HTML����������������������������...
Download 



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