]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-load.sh
#3405 creaToolsTools Feature New Normal - vtk8itk5wx3-macos
[creaToolsTools.git] / Linux / scripts / CreaTools-load.sh
index d85a4b4589871f2c61f1c32a61dd7d521842a450..57122327f743f00b05219d28d99e2b90f8e14d8b 100644 (file)
@@ -106,7 +106,7 @@ then
 #
       if [ $sourcesFrom = GIT ] || [ $sourcesFrom = GIT-READ-ONLY ];
       then
-                       ssh-add
+                ssh-add
          bash $scriptDir/gitclone.sh $creasource                   $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $bbtksource                   $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $creavtksource                   $generationdir   $sourcesFrom 
@@ -121,7 +121,28 @@ then
          bash $scriptDir/gitclone.sh $creaminitoolssource          $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $creatoolstoolssource         $generationdir      $sourcesFrom
  #       bash $scriptDir/cvscheckout.sh $libidosource-ESRF         $generationdir   $cvsUserName
- #            mv $libidosource-ESRF $libidosource               
+ #      mv $libidosource-ESRF $libidosource             
+          
+         cd $generationdir/creatools_source/$creasource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$bbtksource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$creavtksource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$creamaracassource
+                git checkout vtk8itk5wx3-macos
+                cd $generationdir/creatools_source/$creabrukersource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$creaimagesource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$creacontourssource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$crearigidregistrationssource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$bbtkgeditorsource
+                git checkout vtk8itk5wx3-macos
+         cd $generationdir/creatools_source/$creatoolssource
+                git checkout vtk8itk5wx3-macos
       fi
 
       if [ $sourcesFrom = HTML ]