From ca8ddb51ac7efc2ec93b635a08bee46576fa5cb7 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 11 Dec 2016 21:06:54 -0800 Subject: [PATCH 1/2] Use https for librfxcodec reference The git protocol is so limited that GitHub doesn't show it when selecting "Clone of download". It may be blocked by strict firewalls, whereas https would work almost certainly. Pushing code is not allowed over git protocol, but it's possible over https with a tocken. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 32417c16..d7a14511 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "librfxcodec"] path = librfxcodec - url = git://github.com/neutrinolabs/librfxcodec + url = https://github.com/neutrinolabs/librfxcodec.git From 96bb1d4cfd8d178059b17aa13cf4dee6d64c43a5 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 11 Dec 2016 21:17:32 -0800 Subject: [PATCH 2/2] Add libpainter submodule --- .gitmodules | 4 ++++ libpainter | 1 + 2 files changed, 5 insertions(+) create mode 160000 libpainter diff --git a/.gitmodules b/.gitmodules index d7a14511..281ee599 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = librfxcodec url = https://github.com/neutrinolabs/librfxcodec.git +[submodule "libpainter"] + path = libpainter + url = https://github.com/neutrinolabs/libpainter.git + branch = devel diff --git a/libpainter b/libpainter new file mode 160000 index 00000000..eb38a0df --- /dev/null +++ b/libpainter @@ -0,0 +1 @@ +Subproject commit eb38a0df514432afa8b8a75776bd6a135c0379e0