]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-load.sh
2411 creaToolsTools Feature New Normal Add creaVtk Library in Linux version
[creaToolsTools.git] / Linux / scripts / CreaTools-load.sh
index cff47e6da6c5f47a1454817ef67845e3c031e161..3fd2e768460da8f01c98dcdab15dec2d4977f44e 100644 (file)
@@ -104,19 +104,21 @@ then
    #if [ true = false ]
    then
 #
-      if [ $sourcesFrom = GIT ]
+      if [ $sourcesFrom = GIT ] || [ $sourcesFrom = GIT-READ-ONLY ];
       then
-         bash $scriptDir/gitclone.sh $creasource                   $generationdir $gitUserName
-         bash $scriptDir/gitclone.sh $bbtksource                   $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creamaracassource            $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creaenvironmentsource        $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creabrukersource             $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creaimagesource              $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creacontourssource           $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $crearigidregistrationssource $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $bbtkgeditorsource            $generationdir $gitUserName 
-         bash $scriptDir/gitclone.sh $creatoolssource              $generationdir $gitUserName
-         bash $scriptDir/gitclone.sh $creaminitoolssource          $generationdir $gitUserName
+         bash $scriptDir/gitclone.sh $creasource                   $generationdir      $sourcesFrom
+         bash $scriptDir/gitclone.sh $bbtksource                   $generationdir      $sourcesFrom
+         bash $scriptDir/gitclone.sh $creavtksource               $generationdir       $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creamaracassource            $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creaenvironmentsource        $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creabrukersource             $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creaimagesource              $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creacontourssource           $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $crearigidregistrationssource $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $bbtkgeditorsource            $generationdir      $sourcesFrom 
+         bash $scriptDir/gitclone.sh $creatoolssource              $generationdir      $sourcesFrom
+         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               
       fi
@@ -129,6 +131,7 @@ then
 
          wget $wwwtargz/crea.tgz
          wget $wwwtargz/bbtk.tgz
+         wget $wwwtargz/creaVtk.tgz
          wget $wwwtargz/creaMaracasVisu.tgz
          wget $wwwtargz/creaEnvironment.tgz
          wget $wwwtargz/creaBruker.tgz
@@ -143,6 +146,7 @@ then
  then                           
          curl $wwwtargz/crea.tgz
          curl $wwwtargz/bbtk.tgz
+         curl $wwwtargz/creaVtk.tgz
          curl $wwwtargz/creaMaracasVisu.tgz
          curl $wwwtargz/creaEnvironment.tgz
          curl $wwwtargz/creaBruker.tgz
@@ -155,6 +159,7 @@ then
  else   
          tar xvzf crea.tgz
          tar xvzf bbtk.tgz
+         tar xvzf creaVtk.tgz
          tar xvzf creaMaracasVisu.tgz
          tar xvzf creaEnvironment.tgz           
          tar xvzf creaBruker.tgz