[Groonga-commit] groonga/groonga at b3b81d5 [master] Use https

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Fri Mar 22 16:57:21 JST 2019


Kouhei Sutou	2019-03-22 16:57:21 +0900 (Fri, 22 Mar 2019)

  Revision: b3b81d537e784328d13c95ab28cc66afc3a70902
  https://github.com/groonga/groonga/commit/b3b81d537e784328d13c95ab28cc66afc3a70902

  Message:
    Use https

  Modified files:
    test/command/run-test.sh

  Modified: test/command/run-test.sh (+2 -2)
===================================================================
--- test/command/run-test.sh    2019-03-22 16:57:15 +0900 (fc274c1bb)
+++ test/command/run-test.sh    2019-03-22 16:57:21 +0900 (7c1ac67e4)
@@ -82,7 +82,7 @@ if ! test -d "$groonga_command_dir"; then
 fi
 if ! test -d "$groonga_command_dir"; then
   git clone --depth 1 \
-      git://github.com/groonga/groonga-command "$groonga_command_dir"
+      https://github.com/groonga/groonga-command "$groonga_command_dir"
 fi
 
 groonga_command_parser_dir="$SOURCE_DIR/groonga-command-parser"
@@ -91,7 +91,7 @@ if ! test -d "$groonga_command_parser_dir"; then
 fi
 if ! test -d "$groonga_command_parser_dir"; then
   git clone --depth 1 \
-      git://github.com/groonga/groonga-command-parser \
+      https://github.com/groonga/groonga-command-parser \
       "$groonga_command_parser_dir"
 fi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190322/7a1487a1/attachment.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る