====== SmartCardSystemCpp - git repository ======
Stiahnutie zdrojovych suborov SmartCardSystemu :
git clone git@192.168.241.14:/smartcardsystemcpp.git
https://git.emza.inside.transdata.sk/git/smartcardsystemcpp
stiahnuti aj s podpodulmi
git clone --recursive -b develop https://git.emza.inside.transdata.sk/git/smartcardsystemcpp
* Dany repozitar obsahuje projekty:
* //Configurations// - Konfiguracne data pre EM520
* //Data// - Konfiguracne subore SCS, keydata, Desfire cache data, image kariet
* //Doc// - Quick reference apdu
* //EM520// - Balik pre EM520
* //InitCards// - Inicializacia kariet
* //InitCard_WebSvc// - Web sluzba pre Inicializaciu kariet
* //LibePTDrivers// - Wrapper SCS pre Visual Basic
* //NetSamService// - Sluzba spristupnujuca SAM modul pre SCS po sieti
* Samostatny repozitar pridany ako podmodul: git clone git@192.168.241.14:/netsamservice.git
* //Scripts// - Jenkins kompilacne skripty pre SCS
* //SmartCardService// (SCS) - Sluzba pre pracu so Smart kartami
* Samostatny repozitar pridany ako podmodul: git clone git@192.168.241.14:/smartcardservice.git
* //SmartCardServiceConfigurator// - Konfigurator citaciek pre SCS ( iba Windows )
* //SmartCardTester// - Tester pre SCS
* //SmartCardUnitTests// - Unit testy pre SCS na zaklade dat z XML suborov
* //SmartCardUnitTestsOld// - Unit testy pre SCS manualne
* //TesterComparator// - Kniznica pre vytvorenie xml suborov potrebne pre unit testy
* //WinCeSmartCardTester// - Tester pre WinCE SCS
\\
Pri stahovani repozitara //smartcardsystemcpp.git// na linuxe je porebne disable ssl verifikaciu
GIT_SSL_NO_VERIFY=true git clone git@192.168.241.14:/smartcardsystemcpp.git
a po stiahnuti nastavit lokalny config
git config http.sslVerify false
a aj pre submoduly
git submodule foreach --recursive git config http.sslVerify false