From b734d61a00d4ae2714fadaa464c9e8fecbd9f3e5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 14 Jul 2023 12:26:51 +0200 Subject: [PATCH] Update the RapidJSON git URL. --- bootstrap/socInstaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/socInstaller.py b/bootstrap/socInstaller.py index cf4305da..859f658a 100755 --- a/bootstrap/socInstaller.py +++ b/bootstrap/socInstaller.py @@ -313,7 +313,7 @@ class Configuration ( object ): def __init__ ( self ): self._sender = 'Jean-Paul.Chaput@soc.lip6.fr' self._receivers = [ 'Jean-Paul.Chaput@lip6.fr', ] - self._supportRepos = [ 'http://github.com/miloyip/rapidjson' ] + self._supportRepos = [ 'https://github.com/Tencent/rapidjson.git' ] self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git' self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git' self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'