diff --git a/bootstrap/socInstaller.py b/bootstrap/socInstaller.py index 6149ce25..386d8400 100755 --- a/bootstrap/socInstaller.py +++ b/bootstrap/socInstaller.py @@ -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 ()