You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/24 02:35:22 UTC

[skywalking-python] branch submodule created (now 4bcc0c4)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch submodule
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at 4bcc0c4  chore: switch http to https of submodule url

This branch includes the following new commits:

     new 4bcc0c4  chore: switch http to https of submodule url

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-python] 01/01: chore: switch http to https of submodule url

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch submodule
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 4bcc0c43d3f238e02f7d475ed068ae95bac9a546
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Dec 24 10:34:44 2020 +0800

    chore: switch http to https of submodule url
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 6922315..d1734e3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "protocol"]
 	path = protocol
-	url = http://github.com/apache/skywalking-data-collect-protocol
+	url = https://github.com/apache/skywalking-data-collect-protocol