]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_CreaTools/scripts/base/downloadSources.bat
#3200 creaTools Tools Feature NewNormal - branch mingw64
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / scripts / base / downloadSources.bat
index 9e751b5871e39c6013c42539fa6c71bf3cafa73e..c1ed5a7bbfe8401df29290d3a6527cf99a424f29 100644 (file)
@@ -24,11 +24,13 @@ REM ------------------------------------------------------------------------
 @echo off
 
 echo cleaning prefix
- call %baseFolder%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
+call %baseFolder%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
 
 echo downloading creatools software
 
-set GIT_SSH=C:\Program Files\PuTTY\plink.exe
+::goto SkipEED1
+:SkipEED1
+
 
 echo echo tmp.sh > tmp.sh
 set creatoolsGeneration2=%creatoolsGeneration:\=/%
@@ -36,11 +38,13 @@ echo mkdir %creatoolsGeneration2%                                                                                                           >> tmp.sh
 echo mkdir %creatoolsGeneration2%/cs                                                                                                   >> tmp.sh
 echo cd %creatoolsGeneration2%/cs                                                                                                      >> tmp.sh
 
+
 echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creasource%                                    >> tmp.sh
 echo cd %creasource%                                                                                                                                           >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
+
 echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%bbtksource%                                    >> tmp.sh
 echo cd %bbtksource%                                                                                                                                           >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
@@ -86,16 +90,19 @@ echo cd %bbtkgeditorsource%                                                                                                                         >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
-echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creatoolssource%                               >> tmp.sh
-echo cd %creatoolssource%                                                                                                                      >> tmp.sh
+echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaminitoolssource%                   >> tmp.sh
+echo cd %creaminitoolssource%                                                                                                                  >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
-echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creaminitoolssource%                   >> tmp.sh
-echo cd %creaminitoolssource%                                                                                                                  >> tmp.sh
+
+echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creatoolssource%                               >> tmp.sh
+echo cd %creatoolssource%                                                                                                                      >> tmp.sh
 echo git checkout vtk7itk4wx3-mingw64                                                                                                  >> tmp.sh
 echo cd ..                                                                                                                                                             >> tmp.sh
 
+
+
 echo call gitcall.bat "%cd%\tmp.sh"
 dir
 call gitcall.bat "%cd%\tmp.sh"