tis-git
2.20.1-3
Git distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
(The Git Development Community)
32665 downloads

Description
- package : tis-git
- version : 2.20.1-3
- architecture : x64
- categories :
- maintainer : Hübert TOUVET
- description : Git distributed version control system designed to handle everything from small to very large projects with speed and efficiency. (The Git Development Community)
- locale : all
- target_os : windows
- min_wapt_version :
- sources : https://srvdev.ad.tranquil.it/sources/tis-git-wapt
- installed_size :
- impacted_process :
- description_fr :
- description_pl :
- description_de :
- description_es :
- description_pt :
- description_it :
- description_nl :
- description_ru :
- editor :
- licence :
- signature_date : 2020-02-27T21:33:13.272059
Setup.py
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
software_name = control.package
print('installing %s' % software_name)
version_soft = control['version'].split('-',1)[0]
install_exe_if_needed("Git-%s-64-bit.exe" % version_soft,'/VERYSILENT /SUPPRESSMSGBOXES /NORESTART',key='Git_is1',min_version=version_soft)