In socInstaller, force rapidjson into an earlier state.
This commit is contained in:
parent
208412a22c
commit
4f709c8cae
|
@ -421,6 +421,8 @@ try:
|
||||||
for gitSupport in gitSupports:
|
for gitSupport in gitSupports:
|
||||||
if conf.rmSource: gitSupport.removeLocalRepo()
|
if conf.rmSource: gitSupport.removeLocalRepo()
|
||||||
gitSupport.clone()
|
gitSupport.clone()
|
||||||
|
if gitSupport.url.endswith('rapidjson'):
|
||||||
|
gitSupport.checkout( 'a1c4f32' )
|
||||||
|
|
||||||
if conf.rmSource: gitCoriolis.removeLocalRepo()
|
if conf.rmSource: gitCoriolis.removeLocalRepo()
|
||||||
gitCoriolis.clone ()
|
gitCoriolis.clone ()
|
||||||
|
|
Loading…
Reference in New Issue