Ensure that we are using the "main" branchs of the repositories.

This commit is contained in:
Jean-Paul Chaput 2023-08-06 19:03:45 +02:00
parent df181b44b9
commit 3c9ef5b937
1 changed files with 3 additions and 2 deletions

View File

@ -605,17 +605,18 @@ try:
if conf.doAlliance:
if conf.rmSource: gitAlliance.removeLocalRepo()
gitAlliance.clone ()
#gitAlliance.checkout( 'devel' )
gitAlliance.checkout( 'main' )
if conf.doCoriolis:
if conf.rmSource: gitCoriolis.removeLocalRepo()
gitCoriolis.clone ()
gitCoriolis.checkout( 'devel' )
gitCoriolis.checkout( 'main' )
gitCoriolis.submoduleInit()
gitCoriolis.submoduleUpdate()
if conf.rmSource: gitBenchs.removeLocalRepo()
gitBenchs.clone()
gitBenchs.checkout( 'main' )
if conf.rmBuild:
for entry in os.listdir(conf.rootDir):