Merge branch 'master' of ssh://gitea.fws.fr:3222/fws/wapt-thunderbird

# Conflicts:
#	WAPT/control
master
Florent Heuze 5 years ago
commit 921532b5c0
  1. 32
      WAPT/control
  2. 1
      setup.py
  3. BIN
      win32/Thunderbird Setup 60.7.2.exe
  4. BIN
      win64/Thunderbird Setup 60.7.2.exe

@ -3,30 +3,30 @@ version : 60.8.0-2
architecture : all architecture : all
section : base section : base
priority : optional priority : optional
maintainer : Florent Heuze maintainer : Daniel Berteaud
description : Mozilla Thunderbird email client description : Mozilla Thunderbird email client
depends : depends :
conflicts : conflicts :
maturity : PROD maturity : PROD
locale : fr locale : fr
target_os : windows target_os : windows
min_os_version : 6.1 min_os_version : 6.1
max_os_version : max_os_version :
min_wapt_version : 1.5 min_wapt_version : 1.5
sources : sources :
installed_size : installed_size :
impacted_process : thunderbird.exe impacted_process : thunderbird.exe
description_fr : Client de messagerie Mozilla Thunderbird description_fr : Client de messagerie Mozilla Thunderbird
description_pl : description_pl :
description_de : description_de :
description_es : description_es :
audit_schedule : 2d audit_schedule : 2d
editor : editor :
keywords : email,mail,pop,imap,smtp keywords : email,mail,pop,imap,smtp
licence : licence :
homepage : https://www.thunderbird.net/fr/ homepage : https://www.thunderbird.net/fr/
package_uuid : package_uuid :
signer : Florent Heuze signer : Daniel Berteaud
signer_fingerprint: signer_fingerprint:
signature_date : signature_date :
signed_attributes : signed_attributes :

@ -95,6 +95,7 @@ def update_package():
# updates control version from filename, increment package version. # updates control version from filename, increment package version.
control.version = '%s-%s'%(re.findall(r'Thunderbird Setup (.*)\.exe',filename)[0],0) control.version = '%s-%s'%(re.findall(r'Thunderbird Setup (.*)\.exe',filename)[0],0)
control.maturity = 'PREPROD'
control.save_control_to_wapt('.') control.save_control_to_wapt('.')
else: else:
print('No update available') print('No update available')

BIN
win32/Thunderbird Setup 60.7.2.exe (Stored with Git LFS)

Binary file not shown.

BIN
win64/Thunderbird Setup 60.7.2.exe (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save