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 ()