Use devel_anabatic branch of Coriolis for Chams to build.

This commit is contained in:
Jean-Paul Chaput 2016-05-26 18:42:21 +02:00
parent 4cb3ea7d92
commit fd692d3978
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ try:
if conf.rmSource: gitCoriolis.removeLocalRepo()
gitCoriolis.clone ()
gitCoriolis.checkout( 'devel' )
gitCoriolis.checkout( 'devel_anabatic' )
if conf.rmSource: gitChams.removeLocalRepo()
gitChams.clone ()