From fd692d3978b6681843801d1a6295c0fcc4bdbb26 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 26 May 2016 18:42:21 +0200 Subject: [PATCH] Use devel_anabatic branch of Coriolis for Chams to build. --- bootstrap/socInstaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()