X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FCreaTools-load.sh;h=3fd2e768460da8f01c98dcdab15dec2d4977f44e;hb=6d26f492da9eea9c4c53600995316af84cca6c1d;hp=cff47e6da6c5f47a1454817ef67845e3c031e161;hpb=646380fa17cf687bb4703301ec71db999342aa4a;p=creaToolsTools.git diff --git a/Linux/scripts/CreaTools-load.sh b/Linux/scripts/CreaTools-load.sh index cff47e6..3fd2e76 100644 --- a/Linux/scripts/CreaTools-load.sh +++ b/Linux/scripts/CreaTools-load.sh @@ -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