From 4f709c8caefc9658086ed3ea5742ac42a0628f5c Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 21 Feb 2016 12:34:10 +0100 Subject: [PATCH] In socInstaller, force rapidjson into an earlier state. --- bootstrap/socInstaller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/socInstaller.py b/bootstrap/socInstaller.py index 52332ecd..7a3ac072 100755 --- a/bootstrap/socInstaller.py +++ b/bootstrap/socInstaller.py @@ -421,6 +421,8 @@ try: for gitSupport in gitSupports: if conf.rmSource: gitSupport.removeLocalRepo() gitSupport.clone() + if gitSupport.url.endswith('rapidjson'): + gitSupport.checkout( 'a1c4f32' ) if conf.rmSource: gitCoriolis.removeLocalRepo() gitCoriolis.clone ()