From 61962bf834938c6a49bea5e161b7d271af5d580a Mon Sep 17 00:00:00 2001 From: lamech Date: Fri, 12 Feb 2021 02:53:52 +0000 Subject: [PATCH 1/4] Use our fork of GMSL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 151320a..8ce1f62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ branch = master [submodule "lib/gmsl"] path = lib/gmsl - url = https://git.code.sf.net/p/gmsl/gmsl + url = https://gitlab.com/consensus.enterprises/gmsl/gmsl.git From 14ad3e60fbaa215d3ec3d110054b9ccb7420ace6 Mon Sep 17 00:00:00 2001 From: lamech Date: Fri, 12 Feb 2021 03:03:28 +0000 Subject: [PATCH 2/4] Add deploy token for GMSL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8ce1f62..8d05490 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ branch = master [submodule "lib/gmsl"] path = lib/gmsl - url = https://gitlab.com/consensus.enterprises/gmsl/gmsl.git + url = https://gitlab+deploy-token-358947:pN8vVjFj1H2TJ6sDn-Rd@gitlab.com/consensus.enterprises/gmsl/gmsl.git From d64223a9e95bf3374cf1fb2595ca22a7e77b62d4 Mon Sep 17 00:00:00 2001 From: lamech Date: Fri, 12 Feb 2021 03:09:38 +0000 Subject: [PATCH 3/4] Actually we can make this public. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8d05490..8ce1f62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ branch = master [submodule "lib/gmsl"] path = lib/gmsl - url = https://gitlab+deploy-token-358947:pN8vVjFj1H2TJ6sDn-Rd@gitlab.com/consensus.enterprises/gmsl/gmsl.git + url = https://gitlab.com/consensus.enterprises/gmsl/gmsl.git From 1b6e3129035cf0c88766ed6c0986cce6512ebb14 Mon Sep 17 00:00:00 2001 From: lamech Date: Fri, 12 Feb 2021 03:11:44 +0000 Subject: [PATCH 4/4] Correct git URL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8ce1f62..8fe56e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ branch = master [submodule "lib/gmsl"] path = lib/gmsl - url = https://gitlab.com/consensus.enterprises/gmsl/gmsl.git + url = https://gitlab.com/consensus.enterprises/gmsl.git